Skip to content

Commit

Permalink
update warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed Nov 3, 2019
1 parent ea87a0c commit 2bf9ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CARD_VERSION = '1.0.3';
export const CARD_VERSION = '1.0.4';
2 changes: 1 addition & 1 deletion src/roku-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class RokuCard extends LitElement {
if (!stateObj) {
return html`
<ha-card>
<div class="warning">Show Warning</div>
<div class="warning">Entity Unavailable</div>
</ha-card>
`;
}
Expand Down

0 comments on commit 2bf9ec9

Please sign in to comment.