Skip to content

Commit

Permalink
Try to solves asev#52
Browse files Browse the repository at this point in the history
Try to solves asev#52
  • Loading branch information
dave-code-ruiz authored Jul 4, 2024
1 parent ddd2497 commit 8467e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/uponor/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def extra_state_attributes(self):
'id': self._thermostat,
'status': self._state_proxy.get_status(self._thermostat),
'pulse_width_modulation': self._state_proxy.get_pwm(self._thermostat),
'last_update': self._state_proxy.get_last_update(),
'eco_setback': self._state_proxy.get_eco_setback(self._thermostat),
}

Expand Down

0 comments on commit 8467e2c

Please sign in to comment.