Skip to content

Commit 86b5b57

Browse files
committed
Remove location-part of comment, not useful
1 parent 268990a commit 86b5b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ async def set_select(
327327
try:
328328
await self._smile_api.set_select(key, loc_id, option, state)
329329
except ConnectionFailedError as exc:
330-
raise ConnectionFailedError(f"Failed to set select option '{option}' for location '{loc_id}': {str(exc)}") from exc
330+
raise ConnectionFailedError(f"Failed to set select option '{option}': {str(exc)}") from exc
331331

332332
async def set_schedule_state(
333333
self,

0 commit comments

Comments
 (0)