1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00
Files
core/homeassistant/components/lichess/manifest.json
T
2026-03-20 12:35:51 +01:00

12 lines
315 B
JSON

{
"domain": "lichess",
"name": "Lichess",
"codeowners": ["@aryanhasgithub"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/lichess",
"integration_type": "service",
"iot_class": "cloud_polling",
"quality_scale": "bronze",
"requirements": ["aiolichess==1.2.0"]
}