mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +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
|
||||
{% 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
|
||||
|
||||
Entity rows:
|
||||
|
Loading…
x
Reference in New Issue
Block a user