Upgrade to babel 6

This commit is contained in:
Paulus Schoutsen
2015-12-13 23:53:35 -08:00
parent e9ed569614
commit f4d80f4977
43 changed files with 196 additions and 123 deletions

View File

@@ -1,7 +1,9 @@
import { serviceActions } from '../../util/home-assistant-js-instance';
import hass from '../../util/home-assistant-js-instance';
import Polymer from '../../polymer';
const { serviceActions } = hass;
export default new Polymer({
is: 'ha-entity-toggle',