Explorar el Código

fix relay switch 1 name

zerzhang hace 4 semanas
padre
commit
ebeba403f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      switchbot/const/__init__.py

+ 1 - 1
switchbot/const/__init__.py

@@ -62,7 +62,7 @@ class SwitchbotModel(StrEnum):
     LEAK = "Leak Detector"
     KEYPAD = "WoKeypad"
     RELAY_SWITCH_1PM = "Relay Switch 1PM"
-    RELAY_SWITCH_1 = "Relay Switch 1 Plus"
+    RELAY_SWITCH_1 = "Relay Switch 1"
     REMOTE = "WoRemote"
     EVAPORATIVE_HUMIDIFIER = "Evaporative Humidifier"
     ROLLER_SHADE = "Roller Shade"