Update apps/home-assistant/entrypoint.sh

This commit is contained in:
Tommy 2025-01-04 11:36:51 +00:00
parent 0639b228a7
commit b33ba94a49
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -16,6 +16,9 @@ fi
# Export necessary environment variables
export TMPDIR="/config/tmp"
export UV_CACHE_DIR="/config/.cache/uv"
export UV_SYSTEM_PYTHON="false"
export PYTHONPATH="/config/deps:/usr/local/lib/python3.13/site-packages:$PYTHONPATH"
export PIP_TARGET="/config/deps"
# Ensure HACS installation if requested
if [[ "${HOME_ASSISTANT__HACS_INSTALL}" == "true" ]]; then