diff --git a/package.json b/package.json index 24518b5e7b..191ae48866 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Paulus Schoutsen (http://paulusschoutsen.nl)", "license": "MIT", "dependencies": { - "home-assistant-js": "git+https://github.com/balloob/home-assistant-js.git#a6ba8f88f5f0cfc09a4472fbda8d08e752358cee", + "home-assistant-js": "git+https://github.com/balloob/home-assistant-js.git#25db573e8534c41f21d0a25392cf4c2c47eec646", "lodash": "^3.10.0", "moment": "^2.11.1" }, diff --git a/src/components/ha-zone-cards.js b/src/components/ha-zone-cards.js index 3bc260a0ed..163e76a73d 100644 --- a/src/components/ha-zone-cards.js +++ b/src/components/ha-zone-cards.js @@ -50,11 +50,11 @@ export default new Polymer({ cards: { type: Object, - computed: 'computeDomains(columns, states, showIntroduction)', + computed: 'computeCards(columns, states, showIntroduction)', }, }, - computeDomains(columns, states, showIntroduction) { + computeCards(columns, states, showIntroduction) { const byDomain = states.groupBy(entity => entity.domain); const hasGroup = {}; diff --git a/src/layouts/partial-zone.html b/src/layouts/partial-zone.html index 19470ab2ee..4780375942 100644 --- a/src/layouts/partial-zone.html +++ b/src/layouts/partial-zone.html @@ -1,6 +1,8 @@ + + @@ -13,13 +15,39 @@ -webkit-user-select: none; -moz-user-select: none; } + + paper-tab { + text-transform: uppercase; + }