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 1ff847e commit a1ebda8Copy full SHA for a1ebda8
plugwise/legacy/helper.py
@@ -272,7 +272,7 @@ def _get_measurement_data(self, entity_id: str) -> GwEntityData:
272
Collect the appliance-data based on entity_id.
273
"""
274
data: GwEntityData = {"binary_sensors": {}, "sensors": {}, "switches": {}}
275
- # Get P1 smartmeter data from LOCATIONS or MODULES
+ # Get P1 smartmeter data from MODULES
276
entity = self.gw_entities[entity_id]
277
# !! DON'T CHANGE below two if-lines, will break stuff !!
278
if self.smile_type == "power":
0 commit comments