mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix demo name
This commit is contained in:
parent
4a0fc3e087
commit
56bfa01c56
@ -71,7 +71,7 @@ const CONFIGS = [
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
class DemoHuiMediaPlayerCard extends PolymerElement {
|
class DemoHuiMediControlCard extends PolymerElement {
|
||||||
static get template() {
|
static get template() {
|
||||||
return html`
|
return html`
|
||||||
<demo-cards
|
<demo-cards
|
||||||
@ -99,4 +99,4 @@ class DemoHuiMediaPlayerCard extends PolymerElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define("demo-hui-media-player-card", DemoHuiMediaPlayerCard);
|
customElements.define("demo-hui-media-control-card", DemoHuiMediControlCard);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user