mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Exclude scenes, schedules & updates from scenes (#13759)
This commit is contained in:
parent
c93179c307
commit
589efa8cc5
@ -14,8 +14,11 @@ export const SCENE_IGNORED_DOMAINS = [
|
||||
"input_button",
|
||||
"persistent_notification",
|
||||
"person",
|
||||
"scene",
|
||||
"schedule",
|
||||
"sensor",
|
||||
"sun",
|
||||
"update",
|
||||
"weather",
|
||||
"zone",
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user