mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Fix Entity Toggle not working for Type Row (#7289)
This commit is contained in:
parent
d9a954ca91
commit
80c7a8473a
@ -204,7 +204,7 @@ class HuiEntitiesCard extends LitElement implements LovelaceCard {
|
||||
<hui-entities-toggle
|
||||
.hass=${this._hass}
|
||||
.entities=${(this._configEntities!.filter(
|
||||
(conf) => !("type" in conf)
|
||||
(conf) => "entity" in conf
|
||||
) as EntityConfig[]).map((conf) => conf.entity)}
|
||||
></hui-entities-toggle>
|
||||
`}
|
||||
|
Loading…
x
Reference in New Issue
Block a user