From 1cf927adcac12f1254c87eb8c54bde29f5eac8be Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 18 Feb 2019 15:41:33 -0800 Subject: [PATCH] Get LitElement from an existing component --- card-tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/card-tools.js b/card-tools.js index 5f00ac6..1db3785 100644 --- a/card-tools.js +++ b/card-tools.js @@ -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() {