mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on ledfx to 12eee4b
This commit is contained in:
parent
9d5e6ab084
commit
a78c4149d1
4 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
- 📚Prep for rebranding
|
||||
- :hammer: Updates for upstream Supervisor changes
|
||||
|
|
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue