mirror of
https://github.com/home-assistant/core.git
synced 2026-02-05 14:55:35 +01:00
49 lines
2.0 KiB
JSON
49 lines
2.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"cannot_retrieve_device_info": "Successfully connected, but unable to retrieve the device information",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The SMA integration needs to re-authenticate your connection details",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"group": "Group",
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your SMA device."
|
|
},
|
|
"description": "Enter your SMA device information.",
|
|
"title": "Set up SMA Solar"
|
|
},
|
|
"discovery_confirm": {
|
|
"title": "[%key:component::sma::config::step::user::title%]",
|
|
"description": "Do you want to set up the discovered SMA device ({host})?",
|
|
"data": {
|
|
"group": "[%key:component::sma::config::step::user::data::group%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|