diff --git a/auto-entities.js b/auto-entities.js index 3c9294b..3d3ad07 100644 --- a/auto-entities.js +++ b/auto-entities.js @@ -158,6 +158,9 @@ class AutoEntities extends cardTools.litElement() { return entities; } + createRenderRoot() { + return this; + } render() { if(this.entities.length === 0 && this._config.show_empty === false) return cardTools.litHtml()``;