Skip to content

Commit

Permalink
Exclude hidden entities from scenes (#19179)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Dec 29, 2023
1 parent 5e27940 commit c25baf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panels/config/scene/ha-scene-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c25baf2

Please sign in to comment.