homeassistant-addons/screenshotter/config.yaml

34 lines
696 B
YAML

---
name: E-Paper Screenshotter
version: 1.0.1.32
#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/epaper-screenshotter/config.yaml"
width: 296
height: 128
rotate: 270
wait_seconds: 5
ha_token: 123aaa
ha_language: en
schema:
image_path: str
config_file: str
width: int
height: int
rotate: int
wait_seconds: int
ha_token: str
ha_language: str
stage: experimental
init: false