Fix rotation
This commit is contained in:
parent
e2b7173200
commit
64a9db6bd9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: Screenshotter
|
||||
version: 1.0.1.2
|
||||
version: 1.0.1.3
|
||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||
slug: screenshotter
|
||||
description: Screenshot images for E-Paper pricetags
|
||||
|
|
|
@ -6,7 +6,7 @@ export SCREEN_IMAGE_PATH="$(bashio::config 'image_path')"
|
|||
export SCREEN_CONFIG="$(bashio::config 'config_file')"
|
||||
export SCREEN_WIDTH="$(bashio::config 'width')"
|
||||
export SCREEN_HEIGHT="$(bashio::config 'height')"
|
||||
export SCREEN_ROTATE="$(bashio::config 'height')"
|
||||
export SCREEN_ROTATE="$(bashio::config 'rotate')"
|
||||
export SCREEN_WAIT="$(bashio::config 'wait_seconds')"
|
||||
|
||||
mkdir -p $SCREEN_IMAGE_PATH
|
||||
|
|
Loading…
Reference in a new issue