This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set pixoo_post_address in your secrets.yaml to your Pixoo64 rest api post address | |
# pixoo_post_address: http://192.168.foo.bar/post | |
# if you host Pixoo-Rest you could set url in the pixoo_rest_imageurl command | |
sensor: | |
- platform: rest | |
name: pixoo64 Data | |
resource: !secret pixoo_post_address | |
method: POST | |
payload: '{ "Command" : "Channel/GetAllConf" }' | |
value_template: "OK" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The UID and GID of the user used to run paperless in the container. Set this | |
# to your UID and GID on the host so that you have write access to the | |
# consumption directory. | |
USERMAP_UID=101 | |
USERMAP_GID=1024 | |
# Additional languages to install for text recognition, separated by a | |
# whitespace. Note that this is | |
# different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines the | |
# default language used when guessing the language from the OCR output. |