1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/discord/manifest.json
2022-03-30 13:18:48 +02:00

11 lines
268 B
JSON

{
"domain": "discord",
"name": "Discord",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/discord",
"requirements": ["nextcord==2.0.0a8"],
"codeowners": ["@tkdrob"],
"iot_class": "cloud_push",
"loggers": ["discord"]
}