Exclude scenes, schedules & updates from scenes (#13759)

This commit is contained in:
Franck Nijhof 2022-09-16 13:39:38 +02:00 committed by GitHub
parent c93179c307
commit 589efa8cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,11 @@ export const SCENE_IGNORED_DOMAINS = [
"input_button",
"persistent_notification",
"person",
"scene",
"schedule",
"sensor",
"sun",
"update",
"weather",
"zone",
];