Skip to content

Commit e695f9a

Browse files
committed
Add f-string marker
1 parent b07a6b7 commit e695f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ async def set_zone_profile(self, loc_id: str, profile: str) -> None:
317317
f"<regulation_control>{profile}</regulation_control>"
318318
"</thermostat_functionality>"
319319
)
320-
uri = "{LOCATIONS};id={loc_id}/thermostat"
320+
uri = f"{LOCATIONS};id={loc_id}/thermostat"
321321
await self.call_request(uri, method="post", data=data)
322322

323323
async def set_schedule_state(

0 commit comments

Comments
 (0)