Skip to content

Commit

Permalink
Add documentation for new option state_color (home-assistant#12125)
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich authored Feb 19, 2020
1 parent 68ff7e5 commit 6fb55e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/_lovelace/button.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions source/_lovelace/glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions source/_lovelace/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fb55e4

Please sign in to comment.