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 79ec750 commit 9b45814Copy full SHA for 9b45814
plugwise/helper.py
@@ -578,7 +578,7 @@ def appliance_data(self, dev_id):
578
locator = f'.//{actuator}/{func_type}/{item}'
579
if appliance.find(locator) is not None:
580
measure = appliance.find(locator).text
581
- data[name] = measure
+ data[name] = format_measure(measure, None)
582
583
# Fix for Adam + Anna: heating_state also present under Anna, remove
584
if "temperature" in data:
0 commit comments