mirror of https://github.com/home-assistant/core
12 lines
309 B
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"]
|
|
}
|