homeassistant-addons/epaper-station/config.yaml

32 lines
634 B
YAML
Raw Normal View History

2023-02-06 21:17:01 +00:00
---
name: EPaper Station
2023-02-06 23:25:36 +00:00
version: 1.0.0.23
2023-02-06 21:17:01 +00:00
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: epaper-station
description: Publish Pictures to EPaper pricetags
2023-02-06 21:19:53 +00:00
uart: true
2023-02-06 22:23:51 +00:00
ingress: true
ingress_port: 4242
2023-02-06 23:09:53 +00:00
ingress_stream: true
2023-02-06 21:17:01 +00:00
arch:
- amd64
- armv7
- aarch64
2023-02-06 21:54:51 +00:00
map:
- "share:rw"
- "config:rw"
2023-02-06 21:17:01 +00:00
options:
2023-02-06 21:36:21 +00:00
serial_port: ""
2023-02-06 21:54:51 +00:00
image_path: "/config/epaper-station/images"
2023-02-06 22:04:25 +00:00
image_format: "1bppR"
2023-02-06 21:36:21 +00:00
channel: 25
2023-02-06 21:17:01 +00:00
schema:
2023-02-06 21:36:21 +00:00
serial_port: str
2023-02-06 21:56:37 +00:00
image_path: str
2023-02-06 22:04:25 +00:00
image_format: str
2023-02-06 21:38:10 +00:00
channel: "int(11,25)"
2023-02-06 21:17:01 +00:00
stage: experimental
url: https://github.com/jhbruhn/ZBS_Flasher
hassio_api: true
init: false