core/homeassistant/components/twitch/manifest.json

10 lines
246 B
JSON
Raw Normal View History

{
"domain": "twitch",
"name": "Twitch",
2023-06-19 09:51:04 +00:00
"codeowners": ["@joostlek"],
2023-02-08 19:41:50 +00:00
"documentation": "https://www.home-assistant.io/integrations/twitch",
"iot_class": "cloud_polling",
2023-02-08 19:41:50 +00:00
"loggers": ["twitch"],
"requirements": ["twitchAPI==3.10.0"]
}