mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 06: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) => {
|
Object.keys(config.entities).forEach((entity) => {
|
||||||
if (
|
if (
|
||||||
!this._single_entities.includes(entity) &&
|
!this._single_entities.includes(entity) &&
|
||||||
config.metadata![entity].entity_only
|
config.metadata![entity]?.entity_only
|
||||||
) {
|
) {
|
||||||
this._single_entities.push(entity);
|
this._single_entities.push(entity);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user