Update apps/home-assistant/entrypoint.sh
This commit is contained in:
parent
0639b228a7
commit
b33ba94a49
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue