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 28408bf commit 84537bcCopy full SHA for 84537bc
plugwise/legacy/helper.py
@@ -22,7 +22,7 @@
22
LIMITS,
23
NONE,
24
OFF,
25
- PRIORITY_DEVICE_CLASSES ,
+ PRIORITY_DEVICE_CLASSES,
26
P1_LEGACY_MEASUREMENTS,
27
TEMP_CELSIUS,
28
THERMOSTAT_CLASSES,
@@ -131,7 +131,7 @@ def _all_appliances(self) -> None:
131
self._create_gw_entities(appl)
132
133
# Place the gateway and optional heater_central devices as 1st and 2nd
134
- for dev_class in PRIORITY_DEVICE_CLASSES :
+ for dev_class in PRIORITY_DEVICE_CLASSES:
135
for entity_id, entity in dict(self.gw_entities).items():
136
if entity["dev_class"] == dev_class:
137
tmp_entity = entity
0 commit comments