We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a9485 commit d04f272Copy full SHA for d04f272
plugwise/data.py
@@ -161,8 +161,9 @@ def _get_location_data(self, loc_id: str) -> DeviceData:
161
Provide device-data, based on Location ID (= loc_id).
162
"""
163
climate = self.climate_data[loc_id]
164
+ LOGGER.debug("HOI 2 climate: %s", climate)
165
data = self._get_climate_data(loc_id)
- LOGGER.debug("HOI 2 climate: %s", data)
166
+ LOGGER.debug("HOI 2 data: %s", data)
167
if ctrl_state := self._control_state(loc_id):
168
data["control_state"] = ctrl_state
169
self._count += 1
0 commit comments