2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "tts",
|
|
|
|
"name": "Tts",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/tts",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2019-11-23 17:01:27 +00:00
|
|
|
"mutagen==1.43.0"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"http"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@robbiet480"
|
|
|
|
]
|
|
|
|
}
|