core/homeassistant/components/twitch/manifest.json

12 lines
315 B
JSON

{
"domain": "twitch",
"name": "Twitch",
"codeowners": ["@joostlek"],
"config_flow": true,
"dependencies": ["application_credentials"],
"documentation": "https://www.home-assistant.io/integrations/twitch",
"iot_class": "cloud_polling",
"loggers": ["twitch"],
"requirements": ["twitchAPI==4.2.1"]
}