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 6fe72a8 commit cbbdedaCopy full SHA for cbbdeda
plugwise/smile.py
@@ -316,8 +316,8 @@ async def set_zone_profile(self, profile: str) -> None:
316
f"<regulation_control>{profile}</regulation_control>"
317
"</thermostat_functionality>"
318
)
319
- uri = self._thermostat_uri(loc_id)
320
- await self.call_request(uri, method="put", data=data)
+ uri = "{LOCATIONS};id={loc_id}/thermostat"
+ await self.call_request(uri, method="post", data=data)
321
322
async def set_schedule_state(
323
self,
0 commit comments