Update show_state to false (#17999)

By default the entity state is not shown. Updated doc to reflect this
This commit is contained in:
PeteCondliffe 2021-05-31 14:54:39 +01:00 committed by GitHub
parent 88495e2f58
commit 4e25e7de51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/).