Skip to content

Commit

Permalink
fix for nhc2thermostat not updating current temp.
Browse files Browse the repository at this point in the history
  • Loading branch information
sweebel authored Mar 9, 2022
1 parent 2fe1d53 commit a3d8f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nhc2/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def state(self):
@property
def current_temperature(self):
"""Return the current temperature."""
return self._current_temperature
return self._nhc2thermostat.current_temperature

@property
def target_temperature(self):
Expand Down

0 comments on commit a3d8f27

Please sign in to comment.