From edb145dc3cbe96a9a87903336174f054c00ff12b Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Sun, 20 Oct 2019 20:37:10 -0500 Subject: [PATCH] add show_state option to picture-glance and glance cards --- 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 3efaa32bba7e..fb9b54191ac0 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 2f5dee6b4786..1d71d73605b3 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