Hide STT and TTS entities from generated dashboard (#17689)

This commit is contained in:
Joakim Sørensen 2023-08-24 08:59:41 +02:00 committed by GitHub
parent ed92958735
commit 2dc08d782f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,8 @@ const HIDE_DOMAIN = new Set([
"sun",
"zone",
"event",
"tts",
"stt",
]);
const HIDE_PLATFORM = new Set(["mobile_app"]);