Skip to content

Commit

Permalink
fix a typo. (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlebourl authored Jul 15, 2021
1 parent e782a11 commit 47d435e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def supported_features(self) -> int:
@property
def hvac_mode(self) -> str:
"""Return hvac operation ie. heat, cool mode."""
return TAHOMA_TO_HVAC_MODES[self.select_state(*CORE_ON_OFF_STATE)]
return TAHOMA_TO_HVAC_MODES[self.select_state(CORE_ON_OFF_STATE)]

@property
def hvac_modes(self) -> List[str]:
Expand Down

0 comments on commit 47d435e

Please sign in to comment.