diff --git a/homeassistant/components/frontend/__init__.py b/homeassistant/components/frontend/__init__.py
index 902b14e38b3..419e48d55b5 100644
--- a/homeassistant/components/frontend/__init__.py
+++ b/homeassistant/components/frontend/__init__.py
@@ -21,7 +21,8 @@ _LOGGER = logging.getLogger(__name__)
FRONTEND_URLS = [
- URL_ROOT, '/logbook', '/history', '/devService', '/devState', '/devEvent']
+ URL_ROOT, '/logbook', '/history', '/map', '/devService', '/devState',
+ '/devEvent']
STATES_URL = re.compile(r'/states(/([a-zA-Z\._\-0-9/]+)|)')
diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py
index 5d1b9696feb..1facf3a4c36 100644
--- a/homeassistant/components/frontend/version.py
+++ b/homeassistant/components/frontend/version.py
@@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """
-VERSION = "5f35285bc502e3f69f564240fee04baa"
+VERSION = "a214817c2cf42dea4c1beed7568205a9"
diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html
index 8933710b823..89761cfbf3e 100644
--- a/homeassistant/components/frontend/www_static/frontend.html
+++ b/homeassistant/components/frontend/www_static/frontend.html
@@ -2277,7 +2277,13 @@ http://nicolasgallagher.com/micro-clearfix-hack/
.pika-table abbr {
border-bottom: none;
cursor: help;
-}HistoryHistory-
Home Assistant
Home Assistant