1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/msteams/manifest.json
2023-02-08 20:38:43 +01:00

10 lines
258 B
JSON

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