core/homeassistant/components/marytts/manifest.json

10 lines
239 B
JSON
Raw Normal View History

{
"domain": "marytts",
"name": "MaryTTS",
"codeowners": [],
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/marytts",
"iot_class": "local_push",
2023-02-08 19:38:43 +00:00
"loggers": ["speak2mary"],
"requirements": ["speak2mary==1.4.0"]
}