Add image path to schema
This commit is contained in:
parent
cb1dc48ade
commit
6bae21f87c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: EPaper Station
|
name: EPaper Station
|
||||||
version: 1.0.0.5
|
version: 1.0.0.6
|
||||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||||
slug: epaper-station
|
slug: epaper-station
|
||||||
description: Publish Pictures to EPaper pricetags
|
description: Publish Pictures to EPaper pricetags
|
||||||
|
@ -18,6 +18,7 @@ options:
|
||||||
channel: 25
|
channel: 25
|
||||||
schema:
|
schema:
|
||||||
serial_port: str
|
serial_port: str
|
||||||
|
image_path: str
|
||||||
channel: "int(11,25)"
|
channel: "int(11,25)"
|
||||||
stage: experimental
|
stage: experimental
|
||||||
url: https://github.com/jhbruhn/ZBS_Flasher
|
url: https://github.com/jhbruhn/ZBS_Flasher
|
||||||
|
|
Loading…
Reference in a new issue