mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +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",
|
"input_button",
|
||||||
"persistent_notification",
|
"persistent_notification",
|
||||||
"person",
|
"person",
|
||||||
|
"scene",
|
||||||
|
"schedule",
|
||||||
"sensor",
|
"sensor",
|
||||||
"sun",
|
"sun",
|
||||||
|
"update",
|
||||||
"weather",
|
"weather",
|
||||||
"zone",
|
"zone",
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user