diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py
index f0ef54755c8..5623a8c5e7e 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 = "ddf42f54c15daf472d4c8641fab8d418"
+VERSION = "db1ec3e116565340804da0e590058d60"
diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html
index 3528c02eb0f..9f5c3aefe40 100644
--- a/homeassistant/components/frontend/www_static/frontend.html
+++ b/homeassistant/components/frontend/www_static/frontend.html
@@ -9563,6 +9563,7 @@ window.hass.uiUtil.formatDate = function(dateObj) {
* iconset.applyIcon(iconNode, 'car');
*
* @element iron-iconset-svg
+ * @demo demo/index.html
*/
Polymer({
@@ -9659,7 +9660,7 @@ window.hass.uiUtil.formatDate = function(dateObj) {
/**
* Create a map of child SVG elements by id.
*
- * @return {Object} Map of id's to SVG elements.
+ * @return {!Object} Map of id's to SVG elements.
*/
_createIconMap: function() {
// Objects chained to Object.prototype (`{}`) have members. Specifically,
@@ -10011,13 +10012,6 @@ window.hass.uiUtil.formatDate = function(dateObj) {
-
-
-
-
-
-