1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Add Lichess Integration (#166051)

This commit is contained in:
aryanhasgithub
2026-03-20 17:05:51 +05:30
committed by GitHub
parent 66b1728c13
commit 01b873f3bc
22 changed files with 1158 additions and 0 deletions

View File

@@ -388,6 +388,7 @@ FLOWS = {
"lg_soundbar",
"lg_thinq",
"libre_hardware_monitor",
"lichess",
"lidarr",
"liebherr",
"lifx",

View File

@@ -3683,6 +3683,12 @@
"config_flow": true,
"iot_class": "local_polling"
},
"lichess": {
"name": "Lichess",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},
"lidarr": {
"name": "Lidarr",
"integration_type": "service",