mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-27 11:16:28 +00:00
Fix add to card-picker example (#461)
This commit is contained in:
parent
d0ed8c217f
commit
8052e267e0
@ -273,7 +273,7 @@ class ContentCardEditor extends LitElement {
|
|||||||
|
|
||||||
customElements.define("content-card-editor", MyCardEditor);
|
customElements.define("content-card-editor", MyCardEditor);
|
||||||
window.customCards = window.customCards || [];
|
window.customCards = window.customCards || [];
|
||||||
wincow.customCards.push({
|
window.customCards.push({
|
||||||
type: "content-card-example",
|
type: "content-card-example",
|
||||||
name: "Content Card",
|
name: "Content Card",
|
||||||
preview: false, // Optional - defaults to false
|
preview: false, // Optional - defaults to false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user