We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc32550 commit 67f588cCopy full SHA for 67f588c
source/_lovelace/entities.markdown
@@ -32,6 +32,11 @@ theme:
32
required: false
33
description: Set to any theme within `themes.yaml`.
34
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
40
{% endconfiguration %}
41
42
## Options For Entities
@@ -79,6 +84,11 @@ action_name:
79
84
80
85
description: Button label. (Only applies to `script` and `scene` rows)
81
86
87
88
89
90
91
82
92
tap_action:
83
93
94
description: Action to take on tap
0 commit comments