core/homeassistant/components/slack/manifest.json

12 lines
305 B
JSON
Raw Normal View History

{
"domain": "slack",
"name": "Slack",
2023-02-08 19:22:30 +00:00
"codeowners": ["@bachya", "@tkdrob"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/slack",
2023-02-08 19:22:30 +00:00
"integration_type": "service",
"iot_class": "cloud_push",
"loggers": ["slack"],
2023-02-08 19:22:30 +00:00
"requirements": ["slackclient==2.5.0"]
}