Skip to content

Commit

Permalink
Removed temperture index error
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Apr 9, 2022
1 parent 4eeb19a commit 2fa200a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ThermiaOnlineAPI/model/HeatPump.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ def set_hot_water_switch_state(self, state: int):
def __get_heat_temperature_data(self):
device_temperature_register_index = self.get_register_indexes()["temperature"]
if device_temperature_register_index is None:
self._LOGGER.error(
"Error in getting device's temperature status. No temperature register index."
)
return None

if self.__group_temperatures is None:
Expand Down

0 comments on commit 2fa200a

Please sign in to comment.