diff --git a/homeassistant/components/http/__init__.py b/homeassistant/components/http/__init__.py index 50bce72d51b..c648708225a 100644 --- a/homeassistant/components/http/__init__.py +++ b/homeassistant/components/http/__init__.py @@ -106,6 +106,16 @@ URL_CALL_SERVICE = "/call_service" URL_STATIC = "/static/{}" +DOMAIN_ICONS = { + "sun": "glyphicon-asterisk", + "group": "glyphicon-th-large", + "charging": "glyphicon-flash", + "light": "glyphicon-hdd", + "wemo": "glyphicon-hdd", + "device_tracker": "glyphicon-phone", + "chromecast": "glyphicon-picture" +} + def setup(hass, api_password, server_port=None, server_host=None): """ Sets up the HTTP API and debug interface. """ @@ -357,7 +367,7 @@ class RequestHandler(BaseHTTPRequestHandler): "