From 4e25e7de5102e52780fd3717b9b254f4788238a4 Mon Sep 17 00:00:00 2001 From: PeteCondliffe <37262524+PeteCondliffe@users.noreply.github.com> Date: Mon, 31 May 2021 14:54:39 +0100 Subject: [PATCH] Update show_state to false (#17999) By default the entity state is not shown. Updated doc to reflect this --- source/_lovelace/picture-glance.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/picture-glance.markdown b/source/_lovelace/picture-glance.markdown index d97600e522c..776853bf4e5 100644 --- a/source/_lovelace/picture-glance.markdown +++ b/source/_lovelace/picture-glance.markdown @@ -62,7 +62,7 @@ show_state: required: false description: Show entity state text. type: boolean - default: true + default: false theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).