We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64d952 commit 67eadcfCopy full SHA for 67eadcf
1 file changed
plugwise/smile.py
@@ -315,7 +315,6 @@ async def set_zone_profile(self, loc_id: str | None, profile: str) -> None:
315
if loc_id is None:
316
raise PlugwiseError("Plugwise: no zone location provided.")
317
318
-
319
data = (
320
"<thermostat_functionality>"
321
f"<regulation_control>{profile}</regulation_control>"
0 commit comments