mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
12 lines
328 B
JSON
12 lines
328 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": ["slack_sdk==3.33.4", "aiofiles==25.1.0"]
|
|
}
|