Skip to content

Commit 14abd80

Browse files
committed
Improve comment
1 parent 5f6fcf6 commit 14abd80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise/helper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,8 @@ def _get_appliance_data(self, d_id: str) -> dict[str, Any]:
875875
data = self._appliance_measurements(appliance, data, measurements)
876876
data.update(self._get_lock_state(appliance))
877877

878-
# Elga doesn't use intended_cental_heating_state to show the generic heating state
878+
# Remove c_heating_state from the output
879+
# Also, Elga doesn't use intended_cental_heating_state to show the generic heating state
879880
if "c_heating_state" in data:
880881
if self._anna_cooling_present and "heating_state" in data:
881882
if data.get("c_heating_state") and not data.get("heating_state"):

0 commit comments

Comments
 (0)