2019-08-28 17:35:09 +00:00
|
|
|
{
|
2020-04-15 16:41:18 +00:00
|
|
|
"title": "Certificate Expiry",
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Define the certificate to test",
|
|
|
|
"data": {
|
|
|
|
"name": "The name of the certificate",
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
2019-08-28 17:35:09 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"resolve_failed": "This host can not be resolved",
|
|
|
|
"connection_timeout": "Timeout when connecting to this host",
|
|
|
|
"connection_refused": "Connection refused when connecting to host"
|
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-03 12:11:25 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
2020-04-05 15:27:16 +00:00
|
|
|
"import_failed": "Import from config failed"
|
2019-08-28 17:35:09 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-10-03 12:11:25 +00:00
|
|
|
}
|