diff --git a/src/home-assistant.html b/src/home-assistant.html index 60b5327e32..e2bb294fed 100644 --- a/src/home-assistant.html +++ b/src/home-assistant.html @@ -39,7 +39,6 @@ Polymer({ is: 'home-assistant', hostAttributes: { - auth: null, icons: null, }, @@ -50,9 +49,6 @@ Polymer({ type: Object, value: window.hass, }, - auth: { - type: String, - }, icons: { type: String, },