mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
better error message
This commit is contained in:
parent
14056951c7
commit
0075752c06
@ -38,8 +38,8 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
|
|
||||||
if access_token is None:
|
if access_token is None:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"Configuration Error"
|
"Configuration Error: "
|
||||||
"Please make sure you have configured your access token " +
|
"Please make sure you have configured your access token "
|
||||||
"that can be aquired from https://my.eliq.se/user/settings/api")
|
"that can be aquired from https://my.eliq.se/user/settings/api")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user