Skip to content

Commit 683230b

Browse files
committed
Improve comments
1 parent 0334544 commit 683230b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ def get_all_devices(self) -> None:
161161
self._get_appliances_with_offset_functionality()
162162
)
163163

164-
# Collect switching- or pump-group data
164+
# Collect and add switching- and/or pump-group devices
165165
if group_data := self._get_group_switches():
166166
self.gw_devices.update(group_data)
167167

168-
# Collect the remaining data for all device
168+
# Collect the remaining data for all devices
169169
self._all_device_data()
170170

171171
def _device_data_switching_group(

0 commit comments

Comments
 (0)