Skip to content

Commit

Permalink
Trying to solves issues asev#52 asev#62 asev#63
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-code-ruiz authored Jan 14, 2025
1 parent 440681d commit fd94807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/uponor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def get_status(self, thermostat):
var = thermostat + '_stat_battery_error'
if var in self._data and self._data[var] == "1":
return STATUS_ERROR_BATTERY
var = thermostat + '_stat_valve_position_err"'
var = thermostat + '_stat_valve_position_err'
if var in self._data and self._data[var] == "1":
return STATUS_ERROR_VALVE
var = thermostat[0:3] + 'stat_general_system_alarm'
Expand Down

0 comments on commit fd94807

Please sign in to comment.