Merge pull request #11 from balloob/patch-1
Get LitElement from an existing component
This commit is contained in:
commit
deb8e38741
@ -12,7 +12,7 @@ class {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static litElement() {
|
static litElement() {
|
||||||
return Object.getPrototypeOf(customElements.get('hui-error-entity-row'));
|
return Object.getPrototypeOf(customElements.get('home-assistant-main'));
|
||||||
}
|
}
|
||||||
|
|
||||||
static litHtml() {
|
static litHtml() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user