mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 19:07:08 +00:00
11 lines
290 B
JSON
11 lines
290 B
JSON
{
|
|
"domain": "discogs",
|
|
"name": "Discogs",
|
|
"codeowners": ["@thibmaek"],
|
|
"documentation": "https://www.home-assistant.io/integrations/discogs",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["discogs_client"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["discogs-client==2.3.0"]
|
|
}
|