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 f3000c2 commit d374599Copy full SHA for d374599
plugwise/smile.py
@@ -734,9 +734,7 @@ def get_device_data(self, dev_id):
734
735
# Legacy_anna: create heating_state and leave out domestic_hot_water_state
736
if "boiler_state" in device_data:
737
- device_data["heating_state"] = device_data[
738
- "intended_boiler_state"
739
- ]
+ device_data["heating_state"] = device_data["intended_boiler_state"]
740
device_data.pop("boiler_state", None)
741
device_data.pop("intended_boiler_state", None)
742
0 commit comments