mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Lovelace: add show_state option to picture-glance and glance c… (#10916)
This commit is contained in:
parent
c6218c49cc
commit
e502e88bfd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user