From 2bf9ec95c3d68902e414f14e004156a371905205 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Sun, 3 Nov 2019 08:36:48 -0600 Subject: [PATCH] update warning text --- src/const.ts | 2 +- src/roku-card.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/const.ts b/src/const.ts index cf223a9..7c84b17 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '1.0.3'; \ No newline at end of file +export const CARD_VERSION = '1.0.4'; \ No newline at end of file diff --git a/src/roku-card.ts b/src/roku-card.ts index 2528233..bb65860 100644 --- a/src/roku-card.ts +++ b/src/roku-card.ts @@ -61,7 +61,7 @@ class RokuCard extends LitElement { if (!stateObj) { return html` -
Show Warning
+
Entity Unavailable
`; }