15 lines
560 B
Text
15 lines
560 B
Text
IMMICH_URL=https://immich.example.com
|
|
IMMICH_API_KEY=your-immich-api-key
|
|
HA_URL=https://homeassistant.example.com
|
|
HA_TOKEN=your-home-assistant-long-lived-token
|
|
|
|
# Comma-separated Home Assistant entity IDs. The frame only displays when at
|
|
# least one of these entities is "home".
|
|
HA_PRESENCE=person.alice,person.bob
|
|
|
|
# Default people for Immich search when --people / --album are not passed.
|
|
# Names must match person names in your Immich library.
|
|
IMMICH_PEOPLE=Alice,Bob
|
|
|
|
# rsync target for sync.sh (user@host:path)
|
|
SYNC_TARGET=pi@192.168.0.81:/home/pi/frame/
|