mirror of https://github.com/home-assistant/core
13 lines
375 B
JSON
13 lines
375 B
JSON
{
|
|
"domain": "tts",
|
|
"name": "Text-to-speech (TTS)",
|
|
"after_dependencies": ["media_player"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": ["http", "ffmpeg"],
|
|
"documentation": "https://www.home-assistant.io/integrations/tts",
|
|
"integration_type": "entity",
|
|
"loggers": ["mutagen"],
|
|
"quality_scale": "internal",
|
|
"requirements": ["mutagen==1.47.0"]
|
|
}
|