Skip to content

Commit

Permalink
fix(climate): Update instance variable "hvac_action" when heuristic_a…
Browse files Browse the repository at this point in the history
…ction enabled (#556)
  • Loading branch information
xZetsubou authored Feb 18, 2025
1 parent a41b700 commit 1bfa9aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/localtuya/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ def hvac_action(self):
elif hvac_mode == HVACMode.FAN_ONLY:
hvac_action = HVACAction.FAN

self._hvac_action = hvac_action

return hvac_action

@property
Expand Down

0 comments on commit 1bfa9aa

Please sign in to comment.