From 127e76601a52860a92f11f68004d94fba765dfa4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 28 May 2016 18:36:21 -0700 Subject: [PATCH] Remove unused attribute --- src/home-assistant.html | 4 ---- 1 file changed, 4 deletions(-) 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, },