2019-09-30 12:23:08 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"abort": {
|
2021-10-14 06:54:16 +00:00
|
|
|
"already_setup": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
2020-04-05 15:27:16 +00:00
|
|
|
"missing_configuration": "The Soma component is not configured. Please follow the documentation.",
|
|
|
|
"result_error": "SOMA Connect responded with error status.",
|
2021-10-14 06:54:16 +00:00
|
|
|
"connection_error": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"create_entry": {
|
2021-10-14 06:54:16 +00:00
|
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"description": "Please enter connection settings of your SOMA Connect.",
|
|
|
|
"title": "SOMA Connect"
|
|
|
|
}
|
2020-04-15 16:41:18 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|