update errror message

pull/327/head
Fabian Affolter 2015-09-05 13:26:29 +02:00
parent 1c3fa89914
commit 72426e08b8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
try:
response = get(resource)
except exceptions.MissingSchema:
_LOGGER.error("Missing schema in configuration. "
_LOGGER.error("Missing resource or schema in configuration. "
"Add http:// to your URL.")
return False
except exceptions.ConnectionError: