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 86b5b57 commit 043934aCopy full SHA for 043934a
plugwise/__init__.py
@@ -366,7 +366,7 @@ async def set_number(
366
try:
367
await self._smile_api.set_number(dev_id, key, temperature)
368
except ConnectionFailedError as exc:
369
- raise ConnectionFailedError(f"Failed to set number: {str(exc)}") from exc
+ raise ConnectionFailedError(f"Failed to set number '{key}': {str(exc)}") from exc
370
371
async def set_temperature_offset(self, dev_id: str, offset: float) -> None:
372
"""Set the Temperature offset for thermostats that support this feature."""
0 commit comments