From 21297ffcd2dd0390b91a6df1019af855f6159830 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 25 Jul 2019 23:31:19 -0700 Subject: [PATCH] Get Lit Element from another source. --- roku-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roku-card.js b/roku-card.js index f83d5f9..de7f419 100644 --- a/roku-card.js +++ b/roku-card.js @@ -1,5 +1,5 @@ const LitElement = Object.getPrototypeOf( - customElements.get("ha-panel-lovelace") + customElements.get("hui-view") ); const html = LitElement.prototype.html;