⬆️ Updating add-on motionEye to fb8eb20

This commit is contained in:
Community Hass.io Add-ons Bot 2020-04-14 07:25:52 +00:00
parent bbe7b5450e
commit 3e29a7e8e3
4 changed files with 10 additions and 16 deletions

View file

@ -1291,10 +1291,10 @@ SOFTWARE.
[ledfx-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[ledfx-i386-shield]: https://img.shields.io/badge/i386-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/3aa7b57 [addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/fb8eb20
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/3aa7b57/README.md [addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/fb8eb20/README.md
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues [motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
[motioneye-version-shield]: https://img.shields.io/badge/version-3aa7b57-blue.svg [motioneye-version-shield]: https://img.shields.io/badge/version-fb8eb20-blue.svg
[motioneye-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/motioneye-armhf.svg [motioneye-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/motioneye-armhf.svg
[motioneye-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,10 +1,4 @@
# Changelog since v0.7.0 # Changelog since v0.8.0
- :books: Update add-on documentation, now supporting USB camera's - :arrow_up: Updates jinja2 to v2.11.2 (#86)
- :hammer: Disable Docker init
- :arrow_up: Upgrades add-on base image to v7.0.5
- :arrow_up: Upgrades musl-dev to 1.1.24-r2
- :arrow_up: Upgrades gcc to 9.2.0-r4
- :arrow_up: Upgrades add-on base image to v7.0.4
- ✨ Give add-on access to video devices (#79)
Should allow to use usb webcams ( /dev/video* ) after recent merge in supervisor: https://github.com/home-assistant/supervisor/pull/1516 Co-authored-by: Renovate Bot <bot@renovateapp.com>

View file

@ -50,7 +50,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-motioneye/blob/3aa7b57/README.md [docs]: https://github.com/hassio-addons/addon-motioneye/blob/fb8eb20/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -59,6 +59,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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-3aa7b57-blue.svg [release-shield]: https://img.shields.io/badge/version-fb8eb20-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/3aa7b57 [release]: https://github.com/hassio-addons/addon-motioneye/tree/fb8eb20
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "motionEye", "name": "motionEye",
"version": "3aa7b57", "version": "fb8eb20",
"slug": "motioneye", "slug": "motioneye",
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras", "description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
"url": "https://github.com/hassio-addons/addon-motioneye", "url": "https://github.com/hassio-addons/addon-motioneye",