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 91030e9 commit 7fce160Copy full SHA for 7fce160
plugwise/data.py
@@ -150,7 +150,9 @@ def _update_for_cooling(self, entity: GwEntityData) -> None:
150
sensors.pop("setpoint")
151
self._count -= 1
152
153
- self._count += 3 # add 4 total, remove 1, count the conditional remove separately
+ self._count += (
154
+ 3 # add 4 total, remove 1, count the conditional remove separately
155
+ )
156
157
def _get_location_data(self, loc_id: str) -> GwEntityData:
158
"""Helper-function for _all_entity_data() and async_update().
0 commit comments