mirror of
https://github.com/home-assistant/core.git
synced 2026-02-04 14:25:26 +01:00
61 lines
2.1 KiB
JSON
61 lines
2.1 KiB
JSON
{
|
|
"common": {
|
|
"data_country": "Country code",
|
|
"data_code": "One-time password (OTP code)",
|
|
"data_description_country": "The country of your Amazon account.",
|
|
"data_description_username": "The email address of your Amazon account.",
|
|
"data_description_password": "The password of your Amazon account.",
|
|
"data_description_code": "The one-time password to log in to your account. Currently, only tokens from OTP applications are supported."
|
|
},
|
|
"config": {
|
|
"flow_title": "{username}",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"country": "[%key:component::amazon_devices::common::data_country%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"code": "[%key:component::amazon_devices::common::data_description_code%]"
|
|
},
|
|
"data_description": {
|
|
"country": "[%key:component::amazon_devices::common::data_description_country%]",
|
|
"username": "[%key:component::amazon_devices::common::data_description_username%]",
|
|
"password": "[%key:component::amazon_devices::common::data_description_password%]",
|
|
"code": "[%key:component::amazon_devices::common::data_description_code%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"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%]"
|
|
},
|
|
"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%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"bluetooth": {
|
|
"name": "Bluetooth"
|
|
}
|
|
},
|
|
"notify": {
|
|
"speak": {
|
|
"name": "Speak"
|
|
},
|
|
"announce": {
|
|
"name": "Announce"
|
|
}
|
|
},
|
|
"switch": {
|
|
"do_not_disturb": {
|
|
"name": "Do not disturb"
|
|
}
|
|
}
|
|
}
|
|
}
|