mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Updating repeat array
This commit is contained in:
parent
2fd459381d
commit
edf8027bf4
@ -111,7 +111,7 @@ class HuiEntitiesCard extends HassLocalizeLitMixin(LitElement)
|
||||
}
|
||||
<div id="states">
|
||||
${repeat<EntityConfig>(
|
||||
this.configEntities as EntityConfig[],
|
||||
this.configEntities!,
|
||||
(entityConf) => entityConf.entity,
|
||||
(entityConf) => this.renderEntity(entityConf)
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user