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 8637b54 commit 405124fCopy full SHA for 405124f
plugwise/helper.py
@@ -850,7 +850,7 @@ def _regulation_control(self, data: GwEntityData) -> None:
850
data["select_zone_profile"] = reg_control
851
data["zone_profiles"] = ALLOWED_ZONE_PROFILES
852
data["thermostat"].pop("regulation_control")
853
- self._count += 1
+ self._count += 1 # Add 2, remove 1
854
855
def _preset(self, loc_id: str) -> str | None:
856
"""Helper-function for smile.py: device_data_climate().
0 commit comments