Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Address late comment to deCONZ climate (home-assistant#79485)
Browse files Browse the repository at this point in the history
Fix late comment to deCONZ climate home-assistant#59989
  • Loading branch information
Kane610 authored Oct 3, 2022
1 parent 825f950 commit c05d3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/deconz/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async def async_set_hvac_mode(self, hvac_mode: HVACMode) -> None:
)

@property
def hvac_action(self) -> str | None:
def hvac_action(self) -> HVACAction:
"""Return current hvac operation ie. heat, cool.
Preset 'BOOST' is interpreted as 'state_on'.
Expand Down

0 comments on commit c05d3c1

Please sign in to comment.