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
9 changes: 7 additions & 2 deletions source/_lovelace/glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,21 @@ title:
required: false
description: Card title
type: string
show_title:
show_name:
required: false
description: Show entity titles.
description: Show entity names.
type: boolean
default: "true"
show_state:
required: false
description: Show entity state-text.
type: boolean
default: "true"
column_width:
required: false
description: "Column width as CSS length like `100px` or `calc(100% / 7)`."
type: string
default: 20%
{% endconfiguration %}

## {% linkable_title Options For Entities %}
Expand Down