Lovelace: add show_state option to picture-glance and glance c… (#10916)

This commit is contained in:
Ian Richardson 2019-10-21 19:30:02 -05:00 committed by Franck Nijhof
parent c6218c49cc
commit e502e88bfd
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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