mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Changing element to unknown
This commit is contained in:
parent
06aef18d0c
commit
0856073e85
@ -39,7 +39,7 @@ class HuiEntitiesCard extends HassLocalizeLitMixin(LitElement)
|
|||||||
if (this.shadowRoot) {
|
if (this.shadowRoot) {
|
||||||
this.shadowRoot
|
this.shadowRoot
|
||||||
.querySelectorAll("#states > *")
|
.querySelectorAll("#states > *")
|
||||||
.forEach((element: any) => {
|
.forEach((element: unknown) => {
|
||||||
(element as EntityRow).hass = hass;
|
(element as EntityRow).hass = hass;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user