mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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 (
|
if (
|
||||||
!entity.device_id ||
|
!entity.device_id ||
|
||||||
entity.entity_category ||
|
entity.entity_category ||
|
||||||
|
entity.hidden_by ||
|
||||||
SCENE_IGNORED_DOMAINS.includes(computeDomain(entity.entity_id))
|
SCENE_IGNORED_DOMAINS.includes(computeDomain(entity.entity_id))
|
||||||
) {
|
) {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user