Fix dumb typo

This commit is contained in:
Kelvin Ly 2023-09-27 05:35:04 -04:00
parent e0cc31794b
commit a9abe87413
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class Controller:
if humidifier2.on:
self.toggle_checked(humidifier2, s)
humidifier = HumidifierV2(b"h", "humdifier")
humidifier = HumidifierV2(b"h", "humidifier")
humidifier2 = HumidifierV2()
controller = Controller()