From 769161e886468637f50ccdf15d7ea7db53355431 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 25 Apr 2019 08:47:55 +0000 Subject: [PATCH] :tada: Release of add-on motionEye 0.4.2 --- README.md | 6 +++--- motioneye/CHANGELOG.md | 9 ++++++--- motioneye/README.md | 6 +++--- motioneye/config.json | 5 +++-- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index da656dd6..c530d4ad 100644 --- a/README.md +++ b/README.md @@ -1055,10 +1055,10 @@ SOFTWARE. [chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.4.1 -[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.4.1/README.md +[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.4.2 +[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.4.2/README.md [motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues -[motioneye-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg +[motioneye-version-shield]: https://img.shields.io/badge/version-v0.4.2-blue.svg [motioneye-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/motioneye.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 diff --git a/motioneye/CHANGELOG.md b/motioneye/CHANGELOG.md index c88a97aa..a5f32270 100644 --- a/motioneye/CHANGELOG.md +++ b/motioneye/CHANGELOG.md @@ -1,12 +1,15 @@ [Full Changelog][changelog] -This release fixes an issue with enabling `motion_webcontrol` causing the add-on to crash. +✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92. + +Please note: You need to have Home Assistant 0.92 or newer to be able to install this update. ### 🔨 Changes -- :ambulance: Fixes incorrect Bashio log calls +- :arrow_up: Updates Home Assistant requirement to 0.92.0b2 +- :sparkles: Adds support for showing in sidebar -[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.4.0...v0.4.1 +[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.4.1...v0.4.2 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/motioneye/README.md b/motioneye/README.md index 15561542..002e1be8 100644 --- a/motioneye/README.md +++ b/motioneye/README.md @@ -49,13 +49,13 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-motioneye/blob/v0.4.1/README.md +[docs]: https://github.com/hassio-addons/addon-motioneye/blob/v0.4.2/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-motioneye/71826?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [patreon-shield]: https://www.frenck.nl/images/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-v0.4.1-blue.svg -[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.4.1 +[release-shield]: https://img.shields.io/badge/version-v0.4.2-blue.svg +[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.4.2 [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png \ No newline at end of file diff --git a/motioneye/config.json b/motioneye/config.json index b658dfd2..cfbcccf8 100644 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -1,6 +1,6 @@ { "name": "motionEye", - "version": "0.4.1", + "version": "0.4.2", "slug": "motioneye", "description": "Simple, elegant and feature-rich CCTV/NVR for your cameras", "url": "https://github.com/hassio-addons/addon-motioneye", @@ -8,7 +8,8 @@ "startup": "application", "ingress": true, "ingress_port": 0, - "homeassistant": "0.91.4", + "panel_icon": "mdi:cctv", + "homeassistant": "0.92.0b2", "arch": [ "aarch64", "amd64",