From e502e88bfd189db78deee685e81163338a0821e9 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 21 Oct 2019 19:30:02 -0500 Subject: [PATCH] =?UTF-8?q?Lovelace:=20add=20show=5Fstate=20option=20to=20?= =?UTF-8?q?picture-glance=20and=20glance=20c=E2=80=A6=20(#10916)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_lovelace/glance.markdown | 5 +++++ source/_lovelace/picture-glance.markdown | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index 3efaa32bba7..fb9b54191ac 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -75,6 +75,11 @@ show_last_changed: description: Overwrites the state display with the relative time since last changed. type: boolean default: false +show_state: + required: false + description: Show entity state-text. + type: boolean + default: true tap_action: required: false description: Action to take on tap diff --git a/source/_lovelace/picture-glance.markdown b/source/_lovelace/picture-glance.markdown index 2f5dee6b478..1d71d73605b 100644 --- a/source/_lovelace/picture-glance.markdown +++ b/source/_lovelace/picture-glance.markdown @@ -58,6 +58,11 @@ entity: required: false description: Entity to use for `state_image`. type: string +show_state: + required: false + description: Show entity state-text. + type: boolean + default: true tap_action: required: false description: Action to take on tap @@ -178,6 +183,11 @@ icon: required: false description: Overwrites default icon. type: string +show_state: + required: false + description: Show entity state-text. + type: boolean + default: true tap_action: required: false description: Action to take on tap