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-introduction-card.html">
<dom-module id="ha-zone-cards">
<dom-module id="ha-cards">
<style>
:host {
display: block;

View File

@ -32,7 +32,7 @@ function entitySortBy(entity) {
}
export default new Polymer({
is: 'ha-zone-cards',
is: 'ha-cards',
properties: {
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-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">
<style>
@ -60,9 +60,9 @@
</paper-toolbar>
<div class='fit'>
<ha-zone-cards
<ha-cards
show-introduction='[[computeShowIntroduction(currentView, introductionLoaded, states)]]'
states='[[states]]' columns='[[columns]]'></ha-zone-cards>
states='[[states]]' columns='[[columns]]'></ha-cards>
</div>
</paper-header-panel>
</template>

View File

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