mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update entities.markdown (#11985)
This commit is contained in:
parent
bc32550c2c
commit
67f588cdd9
@ -32,6 +32,11 @@ theme:
|
|||||||
required: false
|
required: false
|
||||||
description: Set to any theme within `themes.yaml`.
|
description: Set to any theme within `themes.yaml`.
|
||||||
type: string
|
type: string
|
||||||
|
state_color:
|
||||||
|
required: false
|
||||||
|
description: Set to `true` to have icons colored when entity is active
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Options For Entities
|
## Options For Entities
|
||||||
@ -79,6 +84,11 @@ action_name:
|
|||||||
required: false
|
required: false
|
||||||
description: Button label. (Only applies to `script` and `scene` rows)
|
description: Button label. (Only applies to `script` and `scene` rows)
|
||||||
type: string
|
type: string
|
||||||
|
state_color:
|
||||||
|
required: false
|
||||||
|
description: Set to `true` to have icons colored when entity is active
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
tap_action:
|
tap_action:
|
||||||
required: false
|
required: false
|
||||||
description: Action to take on tap
|
description: Action to take on tap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user