diff --git a/README.md b/README.md index b88b8d628..a27a1a7f9 100644 --- a/README.md +++ b/README.md @@ -1306,10 +1306,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-ledfx]: https://github.com/hassio-addons/addon-ledfx/tree/64ff87b -[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/64ff87b/README.md +[addon-ledfx]: https://github.com/hassio-addons/addon-ledfx/tree/12eee4b +[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/12eee4b/README.md [ledfx-issue]: https://github.com/hassio-addons/addon-ledfx/issues -[ledfx-version-shield]: https://img.shields.io/badge/version-64ff87b-blue.svg +[ledfx-version-shield]: https://img.shields.io/badge/version-12eee4b-blue.svg [ledfx-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ledfx-armhf.svg [ledfx-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ledfx-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ledfx/CHANGELOG.md b/ledfx/CHANGELOG.md index a70124873..d638be258 100644 --- a/ledfx/CHANGELOG.md +++ b/ledfx/CHANGELOG.md @@ -1 +1 @@ -- 📚Prep for rebranding +- :hammer: Updates for upstream Supervisor changes diff --git a/ledfx/README.md b/ledfx/README.md index 00639f5c1..2e0ea6aa0 100644 --- a/ledfx/README.md +++ b/ledfx/README.md @@ -1,4 +1,4 @@ -# Community Home Assistant Add-ons: ledfx +# Home Assistant Community Add-on: ledfx [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -21,8 +21,8 @@ entire house!. ## WARNING! THIS IS AN EDGE VERSION! -This Home Assistant Add-on repository contains edge builds of add-ons. Edge -builds add-ons are based upon the latest development version. +This Home Assistant Add-ons repository contains edge builds of add-ons. +Edge builds add-ons are based upon the latest development version. - They may not work at all. - They might stop working at any time. @@ -42,11 +42,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-ledfx/blob/64ff87b/README.md +[docs]: https://github.com/hassio-addons/addon-ledfx/blob/12eee4b/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-64ff87b-blue.svg -[release]: https://github.com/hassio-addons/addon-ledfx/tree/64ff87b +[release-shield]: https://img.shields.io/badge/version-12eee4b-blue.svg +[release]: https://github.com/hassio-addons/addon-ledfx/tree/12eee4b [screenshot]: https://github.com/hassio-addons/addon-ledfx/raw/master/images/screenshot.png \ No newline at end of file diff --git a/ledfx/config.json b/ledfx/config.json index 77462f5c3..57971e8ff 100644 --- a/ledfx/config.json +++ b/ledfx/config.json @@ -1,6 +1,6 @@ { "name": "ledfx", - "version": "64ff87b", + "version": "12eee4b", "slug": "ledfx", "description": "A network based LED effect controller with support for advanced real-time audio effects!", "url": "https://github.com/hassio-addons/addon-ledfx", @@ -35,7 +35,7 @@ "keyfile": "privkey.pem" }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "certfile": "str", "keyfile": "str", "ssl": "bool"