mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Hide notify entities from generated dashboard (#21075)
Hide notify entiites from generated dashboard
This commit is contained in:
parent
0b391eafcf
commit
4991d52fcc
@ -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"]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user