Updating repeat array

This commit is contained in:
Zack Arnett 2018-10-17 12:22:02 -04:00
parent 2fd459381d
commit edf8027bf4

View File

@ -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)
)}