Skip to content
Merged
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
15 changes: 15 additions & 0 deletions source/_lovelace/glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ title:
required: false
description: Card title
type: string
show_title:
required: false
description: Show entity titles.
type: boolean
default: "true"
show_state:
required: false
description: Show entity state-text.
type: boolean
default: "true"
{% endconfiguration %}

## {% linkable_title Options For Entities %}
Expand All @@ -45,6 +55,11 @@ name:
required: false
description: Overwrites friendly name.
type: string
tap_action:
required: false
description: "Set to `toggle` or `turn-on` for direct actions."
type: string
default: more-info
{% endconfiguration %}

## {% linkable_title Examples %}
Expand Down