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

Off command being sent with speed command. Causing BOND fan to not turn off correctly #30

Closed raz0rf0x closed 4 years ago

raz0rf0x commented 4 years ago

I propose adding the command "sendSpeedWithOff" to disable the sending of fan.set_speed along with fan.turn_off. This caused an issue with that particular integration and it may help others with other types of fans. My PR creates no breaking changes and leaves the original code to function as it had previously. I have also included an update to the README.MD.