homeassistant-addons/screenshotter/config.yaml
2023-02-07 21:21:07 +01:00

30 lines
608 B
YAML

---
name: Screenshotter
version: 1.0.1.1
#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
schema:
image_path: str
config_file: str
width: int
height: int
rotate: int
wait_seconds: int
stage: experimental
init: false