core/homeassistant/components/sensibo/strings.json

28 lines
820 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2022-03-02 22:22:14 +00:00
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"no_devices": "No devices discovered",
2022-03-02 22:22:14 +00:00
"no_username": "Could not get username",
"incorrect_api_key": "Invalid API key for selected account"
},
"step": {
"user": {
"data": {
2022-03-02 22:22:14 +00:00
"api_key": "[%key:common::config_flow::data::api_key%]"
}
},
"reauth_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
}
}
}
}
2022-03-30 08:35:30 +00:00
}