mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Buttons row and name option addition (#12544)
This commit is contained in:
parent
27f9ae5556
commit
b55b6a418e
@ -264,6 +264,36 @@ icon:
|
|||||||
default: "`mdi:link`"
|
default: "`mdi:link`"
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
### Buttons
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
|
type:
|
||||||
|
required: true
|
||||||
|
description: buttons
|
||||||
|
type: string
|
||||||
|
entities:
|
||||||
|
required: true
|
||||||
|
description: A list of entities to show. Each entry is either an entity ID or a map.
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
entity:
|
||||||
|
required: true
|
||||||
|
description: The entity to render.
|
||||||
|
type: string
|
||||||
|
icon:
|
||||||
|
required: false
|
||||||
|
description: Override the entity icon.
|
||||||
|
type: string
|
||||||
|
image:
|
||||||
|
required: false
|
||||||
|
description: Override the entity image.
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
required: false
|
||||||
|
description: Label for the button
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
Entity rows:
|
Entity rows:
|
||||||
|
@ -75,6 +75,10 @@ entities:
|
|||||||
required: false
|
required: false
|
||||||
description: Override the entity image.
|
description: Override the entity image.
|
||||||
type: string
|
type: string
|
||||||
|
name:
|
||||||
|
required: false
|
||||||
|
description: Label for the button
|
||||||
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Graph header & footer
|
## Graph header & footer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user