Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant-addon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --locked --no-dev --no-editable

# --- Runtime stage: clean image without uv ---
FROM python:3.14-slim-bookworm@sha256:f0540d0436a220db0a576ccfe75631ab072391e43a24b88972ef9833f699095f
FROM python:3.13-slim-bookworm@sha256:8092ae2ef67061f9db412458dbdce44dbf16748fb3cae5cdbd020f467a9712d0

WORKDIR /app

Expand Down
1 change: 1 addition & 0 deletions homeassistant-addon/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def main() -> int:
port=port,
path=secret_path,
log_level="info",
stateless_http=True,
uvicorn_config={"log_config": _get_timestamped_uvicorn_log_config()},
)
except Exception as e:
Expand Down