Hassio: no longer point at polymer repo

This commit is contained in:
Paulus Schoutsen 2018-05-28 19:49:40 -04:00
parent e158709b1e
commit eb29b73390

View File

@ -37,8 +37,7 @@ class HaPanelHassio extends NavigateMixin(EventsMixin(PolymerElement)) {
iframeUrl: {
type: String,
value: __DEV__ ?
'/home-assistant-polymer/hassio/build-es5/index.html' : `${config.publicPath}/index.html`,
value: `${config.publicPath}/index.html`
}
};
}