mirror of
https://github.com/elisspace/core.git
synced 2026-09-23 19:17:06 +00:00
* Add config support to zoneminder integration. * Fixing spelling issue. Adding self to maintainers. Updating config flows generated file. * Maintain zoneminder functionality without breaking changes. * Addressing lint feedback. Updating code owners. * Using non-blocking calls. * Adding tests package file. * Update service description. Co-authored-by: Rohan Kapoor <rohan@rohankapoor.com> * Resolving conflicts in requirements file. * Resolving more conflicts. * Addressing PR feedback. * Merging from dev. Co-authored-by: Rohan Kapoor <rohan@rohankapoor.com>
29 lines
893 B
JSON
29 lines
893 B
JSON
{
|
|
"config": {
|
|
"flow_title": "ZoneMinder",
|
|
"step": {
|
|
"user": {
|
|
"title": "Add ZoneMinder Server.",
|
|
"data": {
|
|
"host": "Host and Port (ex 10.10.0.4:8010)",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"path": "ZM Path",
|
|
"path_zms": "ZMS Path",
|
|
"ssl": "Use SSL for connections to ZoneMinder",
|
|
"verify_ssl": "Verify SSL Certificate"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"auth_fail": "Username or password is incorrect.",
|
|
"connection_error": "Failed to connect to a ZoneMinder server."
|
|
},
|
|
"error": {
|
|
"auth_fail": "Username or password is incorrect.",
|
|
"connection_error": "Failed to connect to a ZoneMinder server."
|
|
},
|
|
"create_entry": { "default": "ZoneMinder server added." }
|
|
}
|
|
}
|