core/homeassistant/components/msteams/manifest.json

10 lines
258 B
JSON
Raw Normal View History

{
"domain": "msteams",
"name": "Microsoft Teams",
"codeowners": ["@peroyvind"],
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/msteams",
"iot_class": "cloud_push",
2023-02-08 19:38:43 +00:00
"loggers": ["pymsteams"],
"requirements": ["pymsteams==0.1.12"]
}