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 fb5cb22 commit c3a35d8Copy full SHA for c3a35d8
plugwise/helper.py
@@ -753,7 +753,7 @@ def _process_c_heating_state(self, data: DeviceZoneData) -> None:
753
data["binary_sensors"]["heating_state"] = data["c_heating_state"]
754
755
def _process_on_off_device_c_heating_state(self, data: DeviceZoneData) -> None:
756
- """ Adam or Anna + OnOff device - use central_heating_state to show heating/cooling_state.
+ """Adam or Anna + OnOff device - use central_heating_state to show heating/cooling_state.
757
758
Solution for Core issue #81839.
759
"""
0 commit comments