1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-31 12:44:04 +01:00
Files
2026-05-25 11:22:51 +02:00

132 lines
4.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"api_token": "[%key:common::config_flow::data::api_token%]"
},
"data_description": {
"api_token": "The Lichess API token of the player."
}
}
}
},
"entity": {
"sensor": {
"antichess_games": {
"name": "Antichess games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"antichess_rating": {
"name": "Antichess rating"
},
"atomic_games": {
"name": "Atomic games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"atomic_rating": {
"name": "Atomic rating"
},
"blitz_games": {
"name": "Blitz games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"blitz_rating": {
"name": "Blitz rating"
},
"bullet_games": {
"name": "Bullet games",
"unit_of_measurement": "games"
},
"bullet_rating": {
"name": "Bullet rating"
},
"chess960_games": {
"name": "Chess960 games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"chess960_rating": {
"name": "Chess960 rating"
},
"classical_games": {
"name": "Classical games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"classical_rating": {
"name": "Classical rating"
},
"correspondence_games": {
"name": "Correspondence games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"correspondence_rating": {
"name": "Correspondence rating"
},
"crazyhouse_games": {
"name": "Crazyhouse games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"crazyhouse_rating": {
"name": "Crazyhouse rating"
},
"horde_games": {
"name": "Horde games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"horde_rating": {
"name": "Horde rating"
},
"king_of_the_hill_games": {
"name": "King of the Hill games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"king_of_the_hill_rating": {
"name": "King of the Hill rating"
},
"puzzle_games": {
"name": "Puzzle games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"puzzle_rating": {
"name": "Puzzle rating"
},
"racing_kings_games": {
"name": "Racing Kings games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"racing_kings_rating": {
"name": "Racing Kings rating"
},
"rapid_games": {
"name": "Rapid games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"rapid_rating": {
"name": "Rapid rating"
},
"three_check_games": {
"name": "Three-check games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"three_check_rating": {
"name": "Three-check rating"
},
"ultra_bullet_games": {
"name": "UltraBullet games",
"unit_of_measurement": "[%key:component::lichess::entity::sensor::bullet_games::unit_of_measurement%]"
},
"ultra_bullet_rating": {
"name": "UltraBullet rating"
}
}
}
}