Skip to content

Instantly share code, notes, and snippets.

View sanderant's full-sized avatar

Alexander Antoniades sanderant

View GitHub Profile
@kmplngj
kmplngj / pixoo64.yaml
Last active June 30, 2024 11:05
Home Assistant Configuration to add a Divoom Pixoo 64 as a light. Feel free to help me optimise this.
# 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"
@ajin
ajin / docker-compose.env
Created January 16, 2021 23:17
Installation Guide of Paperless-NG on Synology
# 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.