---
name: E-Paper Station
version: 1.0.0.48
  #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: epaper-station 
description: Publish images to E-Paper pricetags
uart: true
ingress: true
ingress_stream: true
panel_icon: mdi:label-multiple
arch:
  - amd64
  - armv7
  - aarch64
map:
  - "share:rw"
  - "config:rw"
options:
  serial_port: ""
  image_path: "/config/epaper-station/images"
  image_format: "1bppR"
  channel: 25
  checkin_delay: 300000
  retry_delay: 1000
  failed_checkins_till_blank: 5
  failed_checkins_till_dissoc: 5
schema:
  serial_port: device(subsystem=tty)
  image_path: str
  image_format: str
  channel: "int(11,25)"
  checkin_delay: int
  retry_delay: int
  failed_checkins_till_blank: int
  failed_checkins_till_dissoc: int
stage: experimental
url: https://github.com/jhbruhn/ZBS_Flasher
hassio_api: true
init: false