mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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",
|
"sun",
|
||||||
"zone",
|
"zone",
|
||||||
"event",
|
"event",
|
||||||
|
"tts",
|
||||||
|
"stt",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const HIDE_PLATFORM = new Set(["mobile_app"]);
|
const HIDE_PLATFORM = new Set(["mobile_app"]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user