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: