.env.sample
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
HASS_TOKEN
secret
A home assistant long-lived token.
HASS_HOST
The home assistant hostname
HASS_PORT
The home assistant port
HASS_ENTITY_ID
The entity ID of the light
PAUSE_DURATION
How long to pause between snapshots of the display, in milliseconds
brew install flyctl && fly launch --from https://github.com/half-shot/pxlha
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/half-shot/pxlha
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/half-shot/pxlha