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