mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 10:26:35 +00:00
Rename ha-zone-cards to ha-cards
This commit is contained in:
parent
f1005e94e9
commit
95f085a61b
@ -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;
|
@ -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: {
|
@ -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>
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user