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"],
|
2021-04-10 10:37:20 +00:00
|
|
|
"codeowners": ["@pvizeli"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"quality_scale": "internal",
|
|
|
|
"loggers": ["mutagen"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|