mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +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)
|
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
|
type: string
|
||||||
default: auto
|
default: auto
|
||||||
|
state_color:
|
||||||
|
required: false
|
||||||
|
description: Set to `true` to have icons colored when entity is active
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
tap_action:
|
tap_action:
|
||||||
required: false
|
required: false
|
||||||
description: Action to take on tap
|
description: Action to take on tap
|
||||||
|
@ -47,6 +47,11 @@ columns:
|
|||||||
required: false
|
required: false
|
||||||
description: Number of columns to show. If not specified the number will be set automatically.
|
description: Number of columns to show. If not specified the number will be set automatically.
|
||||||
type: integer
|
type: integer
|
||||||
|
state_color:
|
||||||
|
required: false
|
||||||
|
description: Set to `true` to have icons colored when entity is active
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Options For Entities
|
## Options For Entities
|
||||||
|
@ -188,6 +188,11 @@ title:
|
|||||||
required: false
|
required: false
|
||||||
description: Icon tooltip. Set to null to hide.
|
description: Icon tooltip. Set to null to hide.
|
||||||
type: string
|
type: string
|
||||||
|
state_color:
|
||||||
|
required: false
|
||||||
|
description: Set to `true` to have icons colored when entity is active
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
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