mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Exclude hidden entities from scenes (#19179)
This commit is contained in:
parent
5e279405c7
commit
c25baf25ad
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user