1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 12:55:16 +00:00
Files
core/homeassistant/components/slack/manifest.json
2023-09-21 11:06:55 +02:00

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"]
}