Sensibo bugfix device on (#71106)

Co-authored-by: J. Nick Koston <nick@koston.org>
pull/71294/head
G Johansson 2022-04-30 18:28:47 +02:00 committed by Paulus Schoutsen
parent ce73b517b8
commit 3ce531e2f1
1 changed files with 1 additions and 1 deletions

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",
}