better error message

This commit is contained in:
Erik 2015-12-16 18:11:44 +01:00
parent 14056951c7
commit 0075752c06
1 changed files with 2 additions and 2 deletions

View File

@ -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