Fix state mapping in fibaro climate (#91505)

This commit is contained in:
rappenze 2023-04-17 11:09:11 +02:00 committed by Franck Nijhof
parent 5ddc18f8ed
commit 273e1fd2be
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

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 = (