Custom background color since 1.8
Mace404 opened this issue · 1 comments
Mace404 commented
Since version 1.8 the customIsOffSpdColor setting has no effect anymore.
Using the following card settings:
- entity: fan.dyson_pure_cooltm
name: Dyson
type: 'custom:fan-control-entity-row'
sendStateWithSpeed: true
customTheme: true
customIsOffColor: var(--primary-color)
customIsOffSpdColor: var(--secondary-background-color)
customIsOnHiColor: var(--primary-color)
customIsOnLowColor: var(--primary-color)
customIsOnMedColor: var(--primary-color)
state_color: true
finity69x2 commented
Right that was a breaking change.
Please see the new updated readme for the new config option.
specifically it is now called "buttonInactiveColor".
The other custom color config options have changed as well. I wanted to make all of my custom plugins be consistent so I changed some of the config options.
Sorry about that.