Hide notify entities from generated dashboard (#21075)

Hide notify entiites from generated dashboard
This commit is contained in:
Paulus Schoutsen 2024-06-13 02:04:27 -04:00 committed by GitHub
parent 3e1227b064
commit 007ba70641
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,15 +37,16 @@ const HIDE_DOMAIN = new Set([
"configurator", "configurator",
"conversation", "conversation",
"device_tracker", "device_tracker",
"event",
"geo_location", "geo_location",
"notify",
"persistent_notification", "persistent_notification",
"script", "script",
"sun",
"zone",
"event",
"tts",
"stt", "stt",
"sun",
"todo", "todo",
"tts",
"zone",
]); ]);
const HIDE_PLATFORM = new Set(["mobile_app"]); const HIDE_PLATFORM = new Set(["mobile_app"]);