mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix state mapping in fibaro climate (#91505)
This commit is contained in:
@@ -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 = (
|
||||||
|
Reference in New Issue
Block a user