Skip to content

Commit

Permalink
Add HVACAction.IDLE to dict (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Jul 20, 2022
1 parent 9a3f4b7 commit ab8f768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/homematicip_local/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
HM_TO_HA_ACTION: dict[HmHvacAction, HVACAction] = {
HmHvacAction.COOL: HVACAction.COOLING,
HmHvacAction.HEAT: HVACAction.HEATING,
HmHvacAction.IDLE: HVACAction.IDLE,
HmHvacAction.OFF: HVACAction.OFF,
}

Expand Down

0 comments on commit ab8f768

Please sign in to comment.