mirror of
https://github.com/home-assistant/core.git
synced 2026-07-10 00:05:13 +01:00
112 lines
3.6 KiB
JSON
112 lines
3.6 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
|
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]",
|
|
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
|
|
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
},
|
|
"step": {
|
|
"oauth_discovery": {
|
|
"description": "Home Assistant has found an Xbox device on your network. Press **Submit** to continue setting up the Xbox integration.",
|
|
"title": "Discovered Xbox device"
|
|
},
|
|
"pick_implementation": {
|
|
"data": {
|
|
"implementation": "[%key:common::config_flow::data::implementation%]"
|
|
},
|
|
"data_description": {
|
|
"implementation": "[%key:common::config_flow::description::implementation%]"
|
|
},
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"has_game_pass": {
|
|
"name": "Subscribed to Xbox Game Pass"
|
|
},
|
|
"in_game": {
|
|
"name": "In game"
|
|
},
|
|
"online": {
|
|
"state_attributes": {
|
|
"bio": { "name": "Bio" },
|
|
"display_name": { "name": "Display name" },
|
|
"location": { "name": "Location" },
|
|
"real_name": { "name": "Real name" }
|
|
}
|
|
}
|
|
},
|
|
"image": {
|
|
"avatar": {
|
|
"name": "Avatar"
|
|
},
|
|
"gamerpic": {
|
|
"name": "Gamerpic"
|
|
},
|
|
"now_playing": {
|
|
"name": "[%key:component::xbox::entity::sensor::now_playing::name%]"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"follower": {
|
|
"name": "Follower",
|
|
"unit_of_measurement": "[%key:component::xbox::entity::sensor::following::unit_of_measurement%]"
|
|
},
|
|
"following": {
|
|
"name": "Following",
|
|
"unit_of_measurement": "people"
|
|
},
|
|
"friends": {
|
|
"name": "Friends",
|
|
"unit_of_measurement": "[%key:component::xbox::entity::sensor::following::unit_of_measurement%]"
|
|
},
|
|
"gamer_score": {
|
|
"name": "Gamerscore",
|
|
"unit_of_measurement": "points"
|
|
},
|
|
"last_online": {
|
|
"name": "Last online"
|
|
},
|
|
"now_playing": {
|
|
"name": "Now playing",
|
|
"state_attributes": {
|
|
"achievements": { "name": "Achievements" },
|
|
"developer": { "name": "Developer" },
|
|
"gamerscore": {
|
|
"name": "[%key:component::xbox::entity::sensor::gamer_score::name%]"
|
|
},
|
|
"genres": { "name": "Genres" },
|
|
"min_age": { "name": "Minimum age" },
|
|
"progress": { "name": "Progress" },
|
|
"publisher": { "name": "Publisher" },
|
|
"release_date": { "name": "Release date" },
|
|
"short_description": { "name": "Short description" }
|
|
}
|
|
},
|
|
"status": {
|
|
"name": "Status"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"oauth2_implementation_unavailable": {
|
|
"message": "OAuth2 implementation temporarily unavailable, will retry"
|
|
},
|
|
"request_exception": {
|
|
"message": "Failed to connect to Xbox Network"
|
|
},
|
|
"timeout_exception": {
|
|
"message": "Failed to connect to Xbox Network due to a connection timeout"
|
|
}
|
|
}
|
|
}
|