Merge pull request #11 from balloob/patch-1

Get LitElement from an existing component
This commit is contained in:
Thomas Lovén 2019-02-19 08:32:35 +01:00 committed by GitHub
commit deb8e38741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ class {
}
static litElement() {
return Object.getPrototypeOf(customElements.get('hui-error-entity-row'));
return Object.getPrototypeOf(customElements.get('home-assistant-main'));
}
static litHtml() {