mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add documentation for new option state_color (#12125)
This commit is contained in:
parent
68ff7e5c72
commit
6fb55e4095
@ -50,6 +50,11 @@ icon_height:
|
||||
description: Set the height for the icon. This is in pixels which is handled by the configuration UI. (Advanced users can use other CSS values if they like)
|
||||
type: string
|
||||
default: auto
|
||||
state_color:
|
||||
required: false
|
||||
description: Set to `true` to have icons colored when entity is active
|
||||
type: boolean
|
||||
default: true
|
||||
tap_action:
|
||||
required: false
|
||||
description: Action to take on tap
|
||||
|
@ -47,6 +47,11 @@ columns:
|
||||
required: false
|
||||
description: Number of columns to show. If not specified the number will be set automatically.
|
||||
type: integer
|
||||
state_color:
|
||||
required: false
|
||||
description: Set to `true` to have icons colored when entity is active
|
||||
type: boolean
|
||||
default: true
|
||||
{% endconfiguration %}
|
||||
|
||||
## Options For Entities
|
||||
|
@ -188,6 +188,11 @@ title:
|
||||
required: false
|
||||
description: Icon tooltip. Set to null to hide.
|
||||
type: string
|
||||
state_color:
|
||||
required: false
|
||||
description: Set to `true` to have icons colored when entity is active
|
||||
type: boolean
|
||||
default: true
|
||||
tap_action:
|
||||
required: false
|
||||
description: Action to take on tap
|
||||
|
Loading…
x
Reference in New Issue
Block a user