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