53 خطوط
1.5 KiB
JSON
53 خطوط
1.5 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"nvr": {
|
|
"data": {
|
|
"channel": "Channel"
|
|
}
|
|
}
|
|
},
|
|
"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%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"protocol": "Protocol",
|
|
"stream": "Stream",
|
|
"timeout": "Timeout",
|
|
"motion_off_delay": "Motion sensor off delay (seconds)",
|
|
"playback_months": "Playback range (months)",
|
|
"playback_thumbnail_path": "Custom thumbnail path"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"device_automation": {
|
|
"trigger_type": {
|
|
"new_vod": "New motion video detected"
|
|
},
|
|
"action_type": {
|
|
"capture_vod_thumbnail": "Save snapshot as motion thumbnail"
|
|
},
|
|
"condition_type": {
|
|
"vod_no_thumbnail": "Latest motion video has no thumbnail",
|
|
"vod_has_thumbnail": "Latest motion video has a thumbnail"
|
|
}
|
|
}
|
|
} |