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;