mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
LL: New entities card special row - attribute (#12617)
This commit is contained in:
parent
0078a3a277
commit
1b1506cecb
@ -294,6 +294,35 @@ entities:
|
|||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
### Attribute
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
|
type:
|
||||||
|
required: true
|
||||||
|
description: attribute
|
||||||
|
type: string
|
||||||
|
entity:
|
||||||
|
required: true
|
||||||
|
description: Home Assistant entity ID.
|
||||||
|
type: string
|
||||||
|
attribute:
|
||||||
|
required: true
|
||||||
|
description: Attribute to display from the entity.
|
||||||
|
type: string
|
||||||
|
prefix:
|
||||||
|
required: false
|
||||||
|
description: Text before entity state.
|
||||||
|
type: string
|
||||||
|
suffix:
|
||||||
|
required: false
|
||||||
|
description: Text after entity state.
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
required: false
|
||||||
|
description: Overwrites friendly name.
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
Entity rows:
|
Entity rows:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user