finity69x2 / fan-control-entity-row

Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant
68 stars 27 forks source link

Custom background color since 1.8 #28

Closed Mace404 closed 4 years ago

Mace404 commented 4 years ago

Since version 1.8 the customIsOffSpdColor setting has no effect anymore.

Version 1.8 and 1.9: image

Version 1.7: image

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 4 years ago

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.