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 697cf3e commit aa46a9dCopy full SHA for aa46a9d
plugwise/helper.py
@@ -262,7 +262,7 @@ async def _request(
262
)
263
except ClientError as err: # ClientError is an ancestor class of ServerTimeroutError
264
if retry < 1:
265
- LOGGER.error("failed sending %s %s to Plugwise", method, command)
+ LOGGER.error("Failed sending %s %s to Plugwise Smile", method, command)
266
raise PlugwiseException(
267
"Plugwise connection error, check log for more info."
268
) from err
0 commit comments