---
name: Screenshotter
version: 1.0.1.6
  #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: screenshotter
description: Screenshot images for E-Paper pricetags
panel_icon: mdi:label-variant
arch:
  - amd64
  - armv7
  - aarch64
map:
  - "share:rw"
  - "config:rw"
options:
  image_path: "/config/epaper-station/images"
  config_file: "/config/screenshotter/config.yaml"
  width: 296
  height: 128
  rotate: 270
  wait_seconds: 5
  ha_url: https://homeassistant.local:8123
  ha_token: 123aaa
schema:
  image_path: str
  config_file: str
  width: int
  height: int
  rotate: int
  wait_seconds: int
  ha_url: str
  ha_token: str
stage: experimental
init: false