homeassistant-addons/epaper-station/config.yaml

40 lines
882 B
YAML
Raw Normal View History

2023-02-06 21:17:01 +00:00
---
2023-02-07 18:51:58 +00:00
name: E-Paper Station
2023-02-10 16:02:21 +00:00
version: 1.0.0.48
2023-02-06 21:17:01 +00:00
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: epaper-station
2023-02-07 18:51:58 +00:00
description: Publish images to E-Paper pricetags
2023-02-06 21:19:53 +00:00
uart: true
2023-02-06 22:23:51 +00:00
ingress: true
2023-02-06 23:09:53 +00:00
ingress_stream: true
2023-02-07 18:51:58 +00:00
panel_icon: mdi:label-multiple
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-07 00:20:47 +00:00
checkin_delay: 300000
retry_delay: 1000
failed_checkins_till_blank: 5
failed_checkins_till_dissoc: 5
2023-02-06 21:17:01 +00:00
schema:
2023-02-07 00:20:47 +00:00
serial_port: device(subsystem=tty)
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-07 00:20:47 +00:00
checkin_delay: int
retry_delay: int
failed_checkins_till_blank: int
failed_checkins_till_dissoc: int
2023-02-06 21:17:01 +00:00
stage: experimental
url: https://github.com/jhbruhn/ZBS_Flasher
hassio_api: true
init: false