Break up app in core + ui and inline some scripts

This commit is contained in:
Paulus Schoutsen
2016-05-28 16:03:51 -07:00
parent 1840a90fcb
commit 60eb731f27
59 changed files with 839 additions and 835 deletions

View File

@@ -1,7 +1,5 @@
import Polymer from '../../polymer';
require('../../components/ha-label-badge');
/*
Leaflet clones this element before adding it to the map. This messes up
our Poylmer object and we lose the reference to the `hass` object.

View File

@@ -2,8 +2,6 @@ import Polymer from '../../polymer';
import domainIcon from '../../util/domain-icon';
import stateIcon from '../../util/state-icon';
require('../../components/ha-label-badge');
export default new Polymer({
is: 'ha-state-label-badge',