Skip to content

Commit 67f588c

Browse files
authored
Update entities.markdown (home-assistant#11985)
1 parent bc32550 commit 67f588c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/_lovelace/entities.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ theme:
3232
required: false
3333
description: Set to any theme within `themes.yaml`.
3434
type: string
35+
state_color:
36+
required: false
37+
description: Set to `true` to have icons colored when entity is active
38+
type: boolean
39+
default: false
3540
{% endconfiguration %}
3641

3742
## Options For Entities
@@ -79,6 +84,11 @@ action_name:
7984
required: false
8085
description: Button label. (Only applies to `script` and `scene` rows)
8186
type: string
87+
state_color:
88+
required: false
89+
description: Set to `true` to have icons colored when entity is active
90+
type: boolean
91+
default: false
8292
tap_action:
8393
required: false
8494
description: Action to take on tap

0 commit comments

Comments
 (0)