mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +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:
|
||||
_LOGGER.error(
|
||||
"Configuration Error"
|
||||
"Please make sure you have configured your access token " +
|
||||
"Configuration Error: "
|
||||
"Please make sure you have configured your access token "
|
||||
"that can be aquired from https://my.eliq.se/user/settings/api")
|
||||
return False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user