Fix state mapping in fibaro climate (#91505)

This commit is contained in:
rappenze 2023-04-17 11:09:11 +02:00 committed by GitHub
parent 88bde2a914
commit a5b863cd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,7 @@ HA_OPMODES_HVAC = {
HVACMode.COOL: 2,
HVACMode.AUTO: 3,
HVACMode.FAN_ONLY: 6,
HVACMode.DRY: 8,
}
TARGET_TEMP_ACTIONS = (