mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Fix scene editor (#13123)
This commit is contained in:
parent
72af200190
commit
e63953ecbc
@ -637,7 +637,7 @@ export class HaSceneEditor extends SubscribeMixin(
|
||||
Object.keys(config.entities).forEach((entity) => {
|
||||
if (
|
||||
!this._single_entities.includes(entity) &&
|
||||
config.metadata![entity].entity_only
|
||||
config.metadata![entity]?.entity_only
|
||||
) {
|
||||
this._single_entities.push(entity);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user