core/homeassistant/components/slack/manifest.json

12 lines
309 B
JSON

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