2020-04-05 22:50:52 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name} ({host})",
|
2020-04-05 22:50:52 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]",
|
2020-10-03 14:06:45 +00:00
|
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
2020-11-02 13:23:16 +00:00
|
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-04-05 22:50:52 +00:00
|
|
|
}
|
2020-04-07 17:22:35 +00:00
|
|
|
},
|
2020-04-17 23:47:50 +00:00
|
|
|
"2sa": {
|
|
|
|
"title": "Synology DSM: two-step authentication",
|
|
|
|
"data": {
|
|
|
|
"otp_code": "Code"
|
|
|
|
}
|
|
|
|
},
|
2020-04-07 17:22:35 +00:00
|
|
|
"link": {
|
|
|
|
"description": "Do you want to setup {name} ({host})?",
|
|
|
|
"data": {
|
2020-10-03 14:06:45 +00:00
|
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
2020-11-02 13:23:16 +00:00
|
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
2020-04-07 17:22:35 +00:00
|
|
|
}
|
2021-07-21 16:16:27 +00:00
|
|
|
},
|
2021-09-07 07:10:50 +00:00
|
|
|
"reauth_confirm": {
|
2021-07-21 16:16:27 +00:00
|
|
|
"title": "Synology DSM [%key:common::config_flow::title::reauth%]",
|
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
2020-04-05 22:50:52 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-06 13:35:36 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
2020-04-17 23:47:50 +00:00
|
|
|
"missing_data": "Missing data: please retry later or an other configuration",
|
2020-04-22 21:28:47 +00:00
|
|
|
"otp_failed": "Two-step authentication failed, retry with a new pass code",
|
2020-10-06 13:35:36 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-04-05 22:50:52 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
2021-07-21 16:16:27 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2021-08-28 19:11:51 +00:00
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
|
|
"reconfigure_successful": "Re-configuration was successful"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-05-06 22:15:49 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
2020-09-13 01:36:39 +00:00
|
|
|
"scan_interval": "Minutes between scans",
|
2022-01-23 20:23:04 +00:00
|
|
|
"timeout": "Timeout (seconds)",
|
|
|
|
"snap_profile_type": "Quality level of camera snapshots (0:high 1:medium 2:low)"
|
2020-05-06 22:15:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-04-05 22:50:52 +00:00
|
|
|
}
|
2020-06-03 11:01:13 +00:00
|
|
|
}
|