mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Lovelace: Add column width for glance + fix key name (#5811)
This commit is contained in:
parent
b28f6a3469
commit
a7a07e2f3d
@ -30,9 +30,9 @@ title:
|
|||||||
required: false
|
required: false
|
||||||
description: Card title
|
description: Card title
|
||||||
type: string
|
type: string
|
||||||
show_title:
|
show_name:
|
||||||
required: false
|
required: false
|
||||||
description: Show entity titles.
|
description: Show entity names.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: "true"
|
default: "true"
|
||||||
show_state:
|
show_state:
|
||||||
@ -40,6 +40,11 @@ show_state:
|
|||||||
description: Show entity state-text.
|
description: Show entity state-text.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: "true"
|
default: "true"
|
||||||
|
column_width:
|
||||||
|
required: false
|
||||||
|
description: "Column width as CSS length like `100px` or `calc(100% / 7)`."
|
||||||
|
type: string
|
||||||
|
default: 20%
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Options For Entities %}
|
## {% linkable_title Options For Entities %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user