mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[AWTRIX] Initial add (#132)
This commit is contained in:
33
awtrix/config.yaml
Normal file
33
awtrix/config.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
name: AWTRIX
|
||||
version: 1.0.0
|
||||
image: ghcr.io/maxwinterstein/homeassistant-addon-awtrix-{arch}
|
||||
arch:
|
||||
- armv7
|
||||
- aarch64
|
||||
- amd64
|
||||
slug: awtrix
|
||||
description: (AWsome maTRIX) is a full color dot matrix that displays applications from simple time display to Fortnite account statistics.
|
||||
url: https://awtrixdocs.blueforcer.de/#/
|
||||
startup: system
|
||||
map:
|
||||
- config:rw
|
||||
ingress: true
|
||||
init: false
|
||||
panel_icon: mdi:solar-panel-large
|
||||
ports:
|
||||
7000/tcp: 7000
|
||||
7001/tcp: 7001
|
||||
5568/udp: 5568
|
||||
backup_exclude:
|
||||
- "/data/www/*"
|
||||
ports_description:
|
||||
7000/tcp: REST API
|
||||
7001/tcp: communication matrix <-> server
|
||||
5568/udp: E1.31 Communication (premium only)
|
||||
stage: experimental
|
||||
options:
|
||||
version: stable
|
||||
lang: en_EN
|
||||
schema:
|
||||
version: list(stable)
|
||||
lang: str
|
||||
Reference in New Issue
Block a user