2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "tts",
|
2020-01-07 13:31:18 +00:00
|
|
|
"name": "Text-to-Speech (TTS)",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/tts",
|
2020-08-23 10:08:52 +00:00
|
|
|
"requirements": ["mutagen==1.45.1"],
|
2019-12-05 09:15:28 +00:00
|
|
|
"dependencies": ["http"],
|
|
|
|
"after_dependencies": ["media_player"],
|
2020-02-20 21:36:36 +00:00
|
|
|
"codeowners": ["@pvizeli"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|