homeassistant-addons/screenshotter/config.yaml

35 lines
696 B
YAML
Raw Permalink Normal View History

2023-02-07 20:14:33 +00:00
---
2023-02-07 21:54:43 +00:00
name: E-Paper Screenshotter
2023-02-18 21:29:45 +00:00
version: 1.0.1.35
2023-02-07 20:14:33 +00:00
#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"
2023-02-07 21:54:43 +00:00
config_file: "/config/epaper-screenshotter/config.yaml"
2023-02-07 20:14:33 +00:00
width: 296
height: 128
rotate: 270
wait_seconds: 5
2023-02-07 20:42:05 +00:00
ha_token: 123aaa
2023-02-08 22:01:26 +00:00
ha_language: en
2023-02-07 20:14:33 +00:00
schema:
image_path: str
config_file: str
width: int
height: int
rotate: int
wait_seconds: int
2023-02-07 20:42:05 +00:00
ha_token: str
2023-02-08 22:01:26 +00:00
ha_language: str
2023-02-07 20:14:33 +00:00
stage: experimental
init: false