Skip to content

Commit 630839d

Browse files
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026 (#508)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a18806 commit 630839d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/src/e2e/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def ha_container_with_fresh_config():
165165

166166
# Create testcontainer with port configuration
167167
# renovate: datasource=docker depName=ghcr.io/home-assistant/home-assistant
168-
container = DockerContainer("ghcr.io/home-assistant/home-assistant:2025.12.4")
168+
container = DockerContainer("ghcr.io/home-assistant/home-assistant:2026.1.3")
169169

170170
# Check for custom port via environment variable
171171
custom_port = os.environ.get("HA_TEST_PORT")

tests/test_env_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def start_container(self) -> None:
103103

104104
# Create container with port configuration
105105
# renovate: datasource=docker depName=ghcr.io/home-assistant/home-assistant
106-
container = DockerContainer("ghcr.io/home-assistant/home-assistant:2025.12.4")
106+
container = DockerContainer("ghcr.io/home-assistant/home-assistant:2026.1.3")
107107

108108
# Check for custom port via environment variable
109109
custom_port = os.environ.get("HA_TEST_PORT")

0 commit comments

Comments
 (0)