core/homeassistant/components/discord/manifest.json

12 lines
301 B
JSON
Raw Normal View History

{
"domain": "discord",
"name": "Discord",
2023-02-08 19:16:39 +00:00
"codeowners": ["@tkdrob"],
2022-03-30 11:18:48 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/discord",
2023-02-08 19:16:39 +00:00
"integration_type": "service",
"iot_class": "cloud_push",
"loggers": ["discord"],
2023-02-08 19:16:39 +00:00
"requirements": ["nextcord==2.0.0a8"]
}