We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d0337 commit f4c10bfCopy full SHA for f4c10bf
custom_components/plugwise-beta/climate.py
@@ -258,7 +258,7 @@ def update(self):
258
"""Update the data for this climate device."""
259
_LOGGER.info("Updating climate...")
260
climate_data = self._api.get_device_data(self._dev_id)
261
- heater_central_data = self._api.get_device_data(self._api.gateway_id)
+ heater_central_data = self._api.get_device_data(self._api.heater_id)
262
263
if climate_data is None:
264
_LOGGER.error("Received no climate_data for device %s.", self._name)
0 commit comments