Rename ha-zone-cards to ha-cards

This commit is contained in:
Paulus Schoutsen 2016-01-24 23:58:10 -08:00
parent f1005e94e9
commit 95f085a61b
4 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<link rel="import" href="../cards/ha-domain-card.html"> <link rel="import" href="../cards/ha-domain-card.html">
<link rel="import" href="../cards/ha-introduction-card.html"> <link rel="import" href="../cards/ha-introduction-card.html">
<dom-module id="ha-zone-cards"> <dom-module id="ha-cards">
<style> <style>
:host { :host {
display: block; display: block;

View File

@ -32,7 +32,7 @@ function entitySortBy(entity) {
} }
export default new Polymer({ export default new Polymer({
is: 'ha-zone-cards', is: 'ha-cards',
properties: { properties: {
showIntroduction: { showIntroduction: {

View File

@ -4,7 +4,7 @@
<link rel="import" href="../../bower_components/paper-icon-button/paper-icon-button.html"> <link rel="import" href="../../bower_components/paper-icon-button/paper-icon-button.html">
<link rel="import" href="../../bower_components/paper-tabs/paper-tabs.html"> <link rel="import" href="../../bower_components/paper-tabs/paper-tabs.html">
<link rel="import" href="../components/ha-zone-cards.html"> <link rel="import" href="../components/ha-cards.html">
<dom-module id="partial-zone"> <dom-module id="partial-zone">
<style> <style>
@ -60,9 +60,9 @@
</paper-toolbar> </paper-toolbar>
<div class='fit'> <div class='fit'>
<ha-zone-cards <ha-cards
show-introduction='[[computeShowIntroduction(currentView, introductionLoaded, states)]]' show-introduction='[[computeShowIntroduction(currentView, introductionLoaded, states)]]'
states='[[states]]' columns='[[columns]]'></ha-zone-cards> states='[[states]]' columns='[[columns]]'></ha-cards>
</div> </div>
</paper-header-panel> </paper-header-panel>
</template> </template>

View File

@ -4,7 +4,7 @@ import Polymer from '../polymer';
import nuclearObserver from '../util/bound-nuclear-behavior'; import nuclearObserver from '../util/bound-nuclear-behavior';
require('./partial-base'); require('./partial-base');
require('../components/ha-zone-cards'); require('../components/ha-cards');
const { const {
configGetters, configGetters,