mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 20:55:40 +00:00
13 lines
350 B
JSON
13 lines
350 B
JSON
{
|
|
"domain": "chess_com",
|
|
"name": "Chess.com",
|
|
"codeowners": ["@joostlek"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/chess_com",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["chess_com_api"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["chess-com-api==1.1.0"]
|
|
}
|