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 0334544 commit 683230bCopy full SHA for 683230b
plugwise/__init__.py
@@ -161,11 +161,11 @@ def get_all_devices(self) -> None:
161
self._get_appliances_with_offset_functionality()
162
)
163
164
- # Collect switching- or pump-group data
+ # Collect and add switching- and/or pump-group devices
165
if group_data := self._get_group_switches():
166
self.gw_devices.update(group_data)
167
168
- # Collect the remaining data for all device
+ # Collect the remaining data for all devices
169
self._all_device_data()
170
171
def _device_data_switching_group(
0 commit comments