core/homeassistant/components/microsoft/manifest.json

9 lines
240 B
JSON
Raw Normal View History

{
"domain": "microsoft",
"name": "Microsoft Text-to-Speech (TTS)",
"documentation": "https://www.home-assistant.io/integrations/microsoft",
2020-11-11 18:47:03 +00:00
"requirements": ["pycsspeechtts==1.0.4"],
"codeowners": [],
"iot_class": "cloud_push"
}