Sensibo bugfix device on (#71106)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
G Johansson 2022-04-30 18:28:47 +02:00 committed by GitHub
parent 1396213d78
commit 731a8ac74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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