1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/slack/manifest.json
2022-05-13 20:05:06 -04:00

11 lines
272 B
JSON

{
"domain": "slack",
"name": "Slack",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/slack",
"requirements": ["slackclient==2.5.0"],
"codeowners": ["@bachya", "@tkdrob"],
"iot_class": "cloud_push",
"loggers": ["slack"]
}