From bf1778b524399eb9b19d80bcc0e25ecb0b0e9e98 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 19 Apr 2021 18:00:33 +0000 Subject: [PATCH] :arrow_up: Updating add-on motionEye to bbfc347 --- README.md | 6 +++--- motioneye/CHANGELOG.md | 2 ++ motioneye/README.md | 4 ++-- motioneye/config.json | 5 ++--- motioneye/translations/en.yaml | 31 +++++++++++++++++++++++++++++++ 5 files changed, 40 insertions(+), 8 deletions(-) create mode 100644 motioneye/translations/en.yaml diff --git a/README.md b/README.md index 4d8759c51..e60be8fd4 100644 --- a/README.md +++ b/README.md @@ -1148,10 +1148,10 @@ SOFTWARE. [ledfx-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ledfx-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [ledfx-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/9760060 -[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/9760060/README.md +[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/bbfc347 +[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/bbfc347/README.md [motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues -[motioneye-version-shield]: https://img.shields.io/badge/version-9760060-blue.svg +[motioneye-version-shield]: https://img.shields.io/badge/version-bbfc347-blue.svg [motioneye-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [motioneye-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [motioneye-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/motioneye/CHANGELOG.md b/motioneye/CHANGELOG.md index d7ce83bb1..b07a6e35d 100644 --- a/motioneye/CHANGELOG.md +++ b/motioneye/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog since v0.11.1 +- Add add-on translation support (#212) +- Make action_buttons configuration optional (#211) - Apply updated repository structure & CI workflow (#210) - Upgrades add-on base image to v9.2.0 (#209) - ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 (#205) diff --git a/motioneye/README.md b/motioneye/README.md index 8f66a03e6..82de07b7d 100644 --- a/motioneye/README.md +++ b/motioneye/README.md @@ -56,6 +56,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-9760060-blue.svg -[release]: https://github.com/hassio-addons/addon-motioneye/tree/9760060 +[release-shield]: https://img.shields.io/badge/version-bbfc347-blue.svg +[release]: https://github.com/hassio-addons/addon-motioneye/tree/bbfc347 [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png \ No newline at end of file diff --git a/motioneye/config.json b/motioneye/config.json index 51ccb9eaf..ce6a29990 100644 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -1,6 +1,6 @@ { "name": "motionEye", - "version": "9760060", + "version": "bbfc347", "slug": "motioneye", "description": "Simple, elegant and feature-rich CCTV/NVR for your cameras", "url": "https://github.com/hassio-addons/addon-motioneye", @@ -38,8 +38,7 @@ "motion_webcontrol": false, "ssl": true, "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "action_buttons": [] + "keyfile": "privkey.pem" }, "schema": { "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", diff --git a/motioneye/translations/en.yaml b/motioneye/translations/en.yaml new file mode 100644 index 000000000..67153de6e --- /dev/null +++ b/motioneye/translations/en.yaml @@ -0,0 +1,31 @@ +--- +configuration: + log_level: + name: Log level + description: > + Controls the level of log details the add-on provides. + motion_webcontrol: + name: Motion webcontrol + description: > + Enables the motion webcontrol endpoint running on port 7999. + ssl: + name: SSL + description: > + Enables/Disables SSL (HTTPS) on the web interface of motionEye. + certfile: + name: Certificate file + description: > + The certificate file to use for SSL. Note that this file must + exists in the /ssl/ folder. + keyfile: + name: Private key file + description: > + The private key file to use for SSL. Note that this file must + exists in the /ssl/ folder. + action_buttons: + name: Action buttons + description: > + If configured, a script will be created to implement an motionEye + action button. See add-on documentation for usage details. +network: + 80/tcp: Web interface (Not required for Ingress)