mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Provide a more useful error message in evohome (#42734)
This commit is contained in:
parent
8d9a844e84
commit
a84dc14569
@ -140,8 +140,8 @@ def _handle_exception(err) -> bool:
|
|||||||
except evohomeasync2.AuthenticationError:
|
except evohomeasync2.AuthenticationError:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"Failed to authenticate with the vendor's server. "
|
"Failed to authenticate with the vendor's server. "
|
||||||
"Check your network and the vendor's service status page. "
|
"Check your username and password. NB: Some special password characters "
|
||||||
"Also check that your username and password are correct. "
|
"that work correctly via the website will not work via the web API. "
|
||||||
"Message is: %s",
|
"Message is: %s",
|
||||||
err,
|
err,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user