mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 18:38:17 +00:00
69 lines
2.8 KiB
JSON
69 lines
2.8 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%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"unique_id_mismatch": "You selected a different SMA device than the one this config entry was configured with, this is not allowed."
|
|
},
|
|
"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": {
|
|
"discovery_confirm": {
|
|
"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%]"
|
|
},
|
|
"description": "Do you want to set up the discovered SMA device ({host})?",
|
|
"title": "[%key:component::sma::config::step::user::title%]"
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"description": "The SMA integration needs to re-authenticate your connection details",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"group": "[%key:component::sma::config::step::user::data::group%]",
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"description": "Use the following form to reconfigure your SMA device.",
|
|
"title": "Reconfigure SMA Solar Integration"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"group": {
|
|
"options": {
|
|
"installer": "Installer",
|
|
"user": "User"
|
|
}
|
|
}
|
|
}
|
|
}
|