Sensibo bugfix device on (#71106)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
G Johansson
2022-05-01 21:53:01 -07:00
committed by Paulus Schoutsen
co-authored by J. Nick Koston
parent ce73b517b8
commit 3ce531e2f1
+1 -1
View File
@@ -45,7 +45,7 @@ HA_TO_SENSIBO = {value: key for key, value in SENSIBO_TO_HA.items()}
AC_STATE_TO_DATA = {
"targetTemperature": "target_temp",
"fanLevel": "fan_mode",
"on": "on",
"on": "device_on",
"mode": "hvac_mode",
"swing": "swing_mode",
}