mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +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) {
|
||||
this.shadowRoot
|
||||
.querySelectorAll("#states > *")
|
||||
.forEach((element: any) => {
|
||||
.forEach((element: unknown) => {
|
||||
(element as EntityRow).hass = hass;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user