mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Fix state mapping in fibaro climate (#91505)
This commit is contained in:
parent
5ddc18f8ed
commit
273e1fd2be
@ -95,6 +95,7 @@ HA_OPMODES_HVAC = {
|
|||||||
HVACMode.COOL: 2,
|
HVACMode.COOL: 2,
|
||||||
HVACMode.AUTO: 3,
|
HVACMode.AUTO: 3,
|
||||||
HVACMode.FAN_ONLY: 6,
|
HVACMode.FAN_ONLY: 6,
|
||||||
|
HVACMode.DRY: 8,
|
||||||
}
|
}
|
||||||
|
|
||||||
TARGET_TEMP_ACTIONS = (
|
TARGET_TEMP_ACTIONS = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user