core/homeassistant/components/osoenergy/strings.json

30 lines
1.0 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "OSO Energy Auth",
"description": "Enter the generated 'Subscription Key' for your account at 'https://portal.osoenergy.no/'",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
}
},
"reauth": {
"title": "OSO Energy Auth",
"description": "Generate and enter a new 'Subscription Key' for your account at 'https://portal.osoenergy.no/'.",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
}
}
},
"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%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
}
}