File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments