Skip to content

Commit

Permalink
adds state_color option
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Jan 6, 2021
1 parent 1fed835 commit e54c95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Then to use this in a card place the following in your entity card:
| buttonInactiveColor | String | No | '#759aaa' | Sets the color of the the buttons if that selection is not "active" |
| customOffText | String | No | 'OFF' | Sets the text of the "off" button |
| customOnText | String | No | 'ON' | Sets the text of the "on" button |
| state_color | Boolean | No | false | Sets the icon color of the entity to reflect the current state |

The values for the colors can be any valid color string in "HEX", "RGB" or by color name.

Expand Down

0 comments on commit e54c95d

Please sign in to comment.