1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 07:34:07 +01:00
Files
core/tests/components/chess_com/fixtures/stats.json
2026-03-06 15:55:59 +01:00

34 lines
499 B
JSON

{
"chess_daily": {
"last": {
"rating": 495,
"date": 1772800350,
"rd": 196
},
"record": {
"win": 0,
"loss": 4,
"draw": 0,
"time_per_move": 6974,
"timeout_percent": 0
}
},
"fide": 0,
"tactics": {
"highest": {
"rating": 764,
"date": 1772782351
},
"lowest": {
"rating": 400,
"date": 1771584762
}
},
"puzzle_rush": {
"best": {
"total_attempts": 11,
"score": 8
}
}
}