mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Hide STT and TTS entities from generated dashboard (#17689)
This commit is contained in:
parent
ed92958735
commit
2dc08d782f
@ -37,6 +37,8 @@ const HIDE_DOMAIN = new Set([
|
||||
"sun",
|
||||
"zone",
|
||||
"event",
|
||||
"tts",
|
||||
"stt",
|
||||
]);
|
||||
|
||||
const HIDE_PLATFORM = new Set(["mobile_app"]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user