Skip to content

Commit 625bca9

Browse files
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.5.4 (#1450)
Co-authored-by: ha-mcp-renovate[bot] <283715759+ha-mcp-renovate[bot]@users.noreply.github.com> Co-authored-by: kingpanther13 <25392815+kingpanther13@users.noreply.github.com>
1 parent b82d4ee commit 625bca9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
PYTHON_VERSION: "3.13"
2222
UV_CACHE_DIR: /tmp/.uv-cache
2323
# renovate: datasource=docker depName=ghcr.io/home-assistant/home-assistant
24-
HA_IMAGE_GHCR: "ghcr.io/home-assistant/home-assistant:2026.5.3"
24+
HA_IMAGE_GHCR: "ghcr.io/home-assistant/home-assistant:2026.5.4"
2525
# Disable Testcontainers' Ryuk reaper: it has been reported to leave
2626
# zombie containers on GHA runners (see #366, Ilya0527 2026-05-18).
2727
# The E2E fixture in tests/src/e2e/conftest.py relies instead on the

.github/workflows/performance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
PYTHON_VERSION: "3.13"
2929
UV_CACHE_DIR: /tmp/.uv-cache
3030
# renovate: datasource=docker depName=ghcr.io/home-assistant/home-assistant
31-
HA_IMAGE_GHCR: "ghcr.io/home-assistant/home-assistant:2026.5.3"
31+
HA_IMAGE_GHCR: "ghcr.io/home-assistant/home-assistant:2026.5.4"
3232

3333
jobs:
3434
performance-tests:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
PYTHON_VERSION: "3.13"
1212
UV_CACHE_DIR: /tmp/.uv-cache
1313
# renovate: datasource=docker depName=ghcr.io/home-assistant/home-assistant
14-
HA_IMAGE_GHCR: "ghcr.io/home-assistant/home-assistant:2026.5.3"
14+
HA_IMAGE_GHCR: "ghcr.io/home-assistant/home-assistant:2026.5.4"
1515
# Disable Testcontainers' Ryuk reaper: it has been reported to leave
1616
# zombie containers on GHA runners (see #366, Ilya0527 2026-05-18).
1717
# The E2E fixture in tests/src/e2e/conftest.py relies instead on the

tests/test_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Home Assistant Docker image for E2E/performance/UAT tests.
1414
# Keep in sync with .github/workflows/e2e-tests.yml and pr.yml.
1515
# renovate: datasource=docker depName=ghcr.io/home-assistant/home-assistant
16-
HA_TEST_IMAGE = "ghcr.io/home-assistant/home-assistant:2026.5.3"
16+
HA_TEST_IMAGE = "ghcr.io/home-assistant/home-assistant:2026.5.4"
1717

1818
# Test user credentials (for UI access)
1919
TEST_USER = "mcp"

0 commit comments

Comments
 (0)