mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Sensibo bugfix device on (#71106)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
1396213d78
commit
731a8ac74f
@ -45,7 +45,7 @@ HA_TO_SENSIBO = {value: key for key, value in SENSIBO_TO_HA.items()}
|
|||||||
AC_STATE_TO_DATA = {
|
AC_STATE_TO_DATA = {
|
||||||
"targetTemperature": "target_temp",
|
"targetTemperature": "target_temp",
|
||||||
"fanLevel": "fan_mode",
|
"fanLevel": "fan_mode",
|
||||||
"on": "on",
|
"on": "device_on",
|
||||||
"mode": "hvac_mode",
|
"mode": "hvac_mode",
|
||||||
"swing": "swing_mode",
|
"swing": "swing_mode",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user