mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13: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`"
|
||||
{% 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
|
||||
|
||||
Entity rows:
|
||||
|
@ -75,6 +75,10 @@ entities:
|
||||
required: false
|
||||
description: Override the entity image.
|
||||
type: string
|
||||
name:
|
||||
required: false
|
||||
description: Label for the button
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## Graph header & footer
|
||||
|
Loading…
x
Reference in New Issue
Block a user