Remove unused attribute

This commit is contained in:
Paulus Schoutsen 2016-05-28 18:36:21 -07:00
parent 439545b4f8
commit 127e76601a

View File

@ -39,7 +39,6 @@ Polymer({
is: 'home-assistant', is: 'home-assistant',
hostAttributes: { hostAttributes: {
auth: null,
icons: null, icons: null,
}, },
@ -50,9 +49,6 @@ Polymer({
type: Object, type: Object,
value: window.hass, value: window.hass,
}, },
auth: {
type: String,
},
icons: { icons: {
type: String, type: String,
}, },