Fix humidifier 1 toggle command
This commit is contained in:
parent
b4003246a8
commit
93fc82fbd2
|
@ -253,7 +253,7 @@ class Controller:
|
|||
if humidifier2.on:
|
||||
self.toggle_checked(humidifier2, s)
|
||||
|
||||
humidifier = HumidifierV2(b"n")
|
||||
humidifier = HumidifierV2(b"h")
|
||||
humidifier2 = HumidifierV2()
|
||||
controller = Controller()
|
||||
|
||||
|
|
Loading…
Reference in New Issue