1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Fix correct breaking version in stiebel_eltron (#151163)

This commit is contained in:
G Johansson
2025-08-25 19:43:19 +02:00
committed by GitHub
parent 202d285286
commit 28e8405622
@@ -98,7 +98,7 @@ async def _async_import(hass: HomeAssistant, config: ConfigType) -> None:
hass,
DOMAIN,
"deprecated_yaml",
breaks_in_ha_version="2025.9.0",
breaks_in_ha_version="2025.11.0",
is_fixable=False,
issue_domain=DOMAIN,
severity=ir.IssueSeverity.WARNING,