Skip to content

Commit a1ebda8

Browse files
committed
Improve comment
1 parent 1ff847e commit a1ebda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/legacy/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def _get_measurement_data(self, entity_id: str) -> GwEntityData:
272272
Collect the appliance-data based on entity_id.
273273
"""
274274
data: GwEntityData = {"binary_sensors": {}, "sensors": {}, "switches": {}}
275-
# Get P1 smartmeter data from LOCATIONS or MODULES
275+
# Get P1 smartmeter data from MODULES
276276
entity = self.gw_entities[entity_id]
277277
# !! DON'T CHANGE below two if-lines, will break stuff !!
278278
if self.smile_type == "power":

0 commit comments

Comments
 (0)