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 56d7433 commit e89b103Copy full SHA for e89b103
plugwise/helper.py
@@ -844,15 +844,9 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
844
if self._smile_legacy and self.smile_type == "power":
845
return data
846
847
+ measurements = DEVICE_MEASUREMENTS
848
if d_id == self._heater_id:
849
measurements = HEATER_CENTRAL_MEASUREMENTS
- else:
850
- measurements = DEVICE_MEASUREMENTS
851
- # if self._opentherm_device or self._on_off_device:
852
- # measurements = {
853
- # **DEVICE_MEASUREMENTS,
854
- # **HEATER_CENTRAL_MEASUREMENTS,
855
- # }
856
857
if (
858
appliance := self._appliances.find(f'./appliance[@id="{d_id}"]')
0 commit comments