core/homeassistant/components/discord/manifest.json

12 lines
301 B
JSON
Raw Normal View History

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