From 72426e08b87225a7785d9fb141d79b650cac0b5f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 5 Sep 2015 13:26:29 +0200 Subject: [PATCH] update errror message --- homeassistant/components/sensor/arest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/sensor/arest.py b/homeassistant/components/sensor/arest.py index 6f2cb457838..1e8283379b5 100644 --- a/homeassistant/components/sensor/arest.py +++ b/homeassistant/components/sensor/arest.py @@ -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: