finity69x2 / fan-percent-button-row

Frontend plugin to control fans in Home Assistant using percent values for speeds
32 stars 19 forks source link

customSetpoints: true #23

Closed 19leva89 closed 2 years ago

19leva89 commented 2 years ago

When setting customSetpoints: true and lowPercent: 30 medPercent: 60 hiPercent: 100 percentage value still remains 33% 66% 100%

Oleg-Sob commented 2 years ago

You need to write not Percent , but Percentage.

finity69x2 commented 2 years ago

did the suggestion by Oleg-Sob fix your issue?

19leva89 commented 2 years ago

Yes, thanks, everything works! In the old version of the program there was a config: lowPercent: 30 medPercent: 60 hiPercent: 100

In the new version of the program, the config has become: lowPercentage: 30 medPercentage: 60 hiPercentage: 100

finity69x2 commented 2 years ago

Nope, I just looked back at the initial release and those settings have always been "xxxPercentage" and not "xxxPercent".

But I'm glad it' working for you.

19leva89 commented 2 years ago

log