⬆️ Updating add-on ledfx to 68cdec6

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-11 00:40:34 +00:00
parent a584b12756
commit 197257bd38
5 changed files with 38 additions and 47 deletions

View file

@ -1070,10 +1070,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/4c7b945
[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/4c7b945/README.md
[addon-ledfx]: https://github.com/hassio-addons/addon-ledfx/tree/68cdec6
[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/68cdec6/README.md
[ledfx-issue]: https://github.com/hassio-addons/addon-ledfx/issues
[ledfx-version-shield]: https://img.shields.io/badge/version-4c7b945-blue.svg
[ledfx-version-shield]: https://img.shields.io/badge/version-68cdec6-blue.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
[ledfx-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,3 +1 @@
- Bump frenck/action-addon-linter from 2.2 to 2.3 (#86)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades add-on base image to 10.2.2 (#103)

View file

@ -44,6 +44,6 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-4c7b945-blue.svg
[release]: https://github.com/hassio-addons/addon-ledfx/tree/4c7b945
[release-shield]: https://img.shields.io/badge/version-68cdec6-blue.svg
[release]: https://github.com/hassio-addons/addon-ledfx/tree/68cdec6
[screenshot]: https://github.com/hassio-addons/addon-ledfx/raw/main/images/screenshot.png

View file

@ -1,39 +0,0 @@
{
"name": "ledfx",
"version": "4c7b945",
"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",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"audio": true,
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"hassio_api": true,
"auth_api": true,
"map": [
"ssl"
],
"ports": {
"80/tcp": 5333
},
"ports_description": {
"80/tcp": "Web interface"
},
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"image": "ghcr.io/hassio-addons/ledfx/{arch}"
}

32
ledfx/config.yaml Normal file
View file

@ -0,0 +1,32 @@
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
audio: true
auth_api: true
description: A network based LED effect controller with support for advanced real-time
audio effects!
hassio_api: true
image: ghcr.io/hassio-addons/ledfx/{arch}
map:
- ssl
name: ledfx
options:
certfile: fullchain.pem
keyfile: privkey.pem
ssl: true
ports:
80/tcp: 5333
ports_description:
80/tcp: Web interface
schema:
certfile: str
keyfile: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
slug: ledfx
url: https://github.com/hassio-addons/addon-ledfx
version: 68cdec6
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'