mirror of
https://github.com/elisspace/core.git
synced 2026-09-19 09:11:38 +00:00
* Followup improvements from initial PR * Update tests/components/unifiprotect/conftest.py Co-authored-by: J. Nick Koston <nick@koston.org> * Update translations * Fixes log message * Fixes log message * Unknown to cannot connect * Update tests/components/unifiprotect/test_config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Fixes camera coverage Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"protect_version": "Minimum required version is v1.20.0. Please upgrade UniFi Protect and then retry."
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "UniFi Protect Options",
|
|
"description": "Realtime metrics option should only be enabled if you have enabled the diagnostics sensors and want them updated in realtime. If not enabled, they will only update once every 15 minutes.",
|
|
"data": {
|
|
"disable_rtsp": "Disable the RTSP stream",
|
|
"all_updates": "Realtime metrics (WARNING: Greatly increases CPU usage)",
|
|
"override_connection_host": "Override Connection Host"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|