mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
10 lines
264 B
JSON
10 lines
264 B
JSON
{
|
|
"domain": "tts",
|
|
"name": "Text-to-Speech (TTS)",
|
|
"documentation": "https://www.home-assistant.io/integrations/tts",
|
|
"requirements": ["mutagen==1.45.1"],
|
|
"dependencies": ["http"],
|
|
"after_dependencies": ["media_player"],
|
|
"codeowners": ["@pvizeli"]
|
|
}
|