Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/_lovelace/glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions source/_lovelace/picture-glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down