2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "slack",
|
|
|
|
"name": "Slack",
|
2023-02-08 19:22:30 +00:00
|
|
|
"codeowners": ["@bachya", "@tkdrob"],
|
2022-05-14 00:05:06 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/slack",
|
2023-02-08 19:22:30 +00:00
|
|
|
"integration_type": "service",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_push",
|
2022-10-25 20:23:54 +00:00
|
|
|
"loggers": ["slack"],
|
2023-02-08 19:22:30 +00:00
|
|
|
"requirements": ["slackclient==2.5.0"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|