Exclude hidden entities from scenes (#19179)

This commit is contained in:
Erik Montnemery 2023-12-29 18:41:10 +01:00 committed by GitHub
parent 5e279405c7
commit c25baf25ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -513,6 +513,7 @@ export class HaSceneEditor extends SubscribeMixin(
if (
!entity.device_id ||
entity.entity_category ||
entity.hidden_by ||
SCENE_IGNORED_DOMAINS.includes(computeDomain(entity.entity_id))
) {
continue;