mirror of https://github.com/home-assistant/core
12 lines
299 B
JSON
12 lines
299 B
JSON
{
|
|
"domain": "discord",
|
|
"name": "Discord",
|
|
"codeowners": ["@tkdrob"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/discord",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["discord"],
|
|
"requirements": ["nextcord==2.6.0"]
|
|
}
|