2021-05-05 23:33:32 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
},
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name}",
|
2021-05-05 23:33:32 +00:00
|
|
|
"step": {
|
|
|
|
"authenticate": {
|
|
|
|
"data": {
|
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
|
|
},
|
|
|
|
"description": "Please enter the API Key you set in your configuration for {name}."
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
},
|
|
|
|
"description": "Please enter your connection details."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|