31 lines
609 B
YAML
31 lines
609 B
YAML
|
---
|
||
|
name: Screenshotter
|
||
|
version: 1.0.0.41
|
||
|
#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
|