mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Fix state mapping in fibaro climate (#91505)
This commit is contained in:
parent
88bde2a914
commit
a5b863cd75
@ -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