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 Paul Bottein
parent 0b391eafcf
commit 4991d52fcc
No known key found for this signature in database

View File

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