No need for shadowroot
This commit is contained in:
parent
1d85a8bc06
commit
f9a58c8568
@ -158,6 +158,9 @@ class AutoEntities extends cardTools.litElement() {
|
|||||||
return entities;
|
return entities;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
createRenderRoot() {
|
||||||
|
return this;
|
||||||
|
}
|
||||||
render() {
|
render() {
|
||||||
if(this.entities.length === 0 && this._config.show_empty === false)
|
if(this.entities.length === 0 && this._config.show_empty === false)
|
||||||
return cardTools.litHtml()``;
|
return cardTools.litHtml()``;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user