1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Use 2026.4

This commit is contained in:
epenet
2025-12-18 19:32:11 +00:00
parent 26e8e1066d
commit 00d59f134e
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ DISCOVERY_INTEGRATIONS: dict[str, Iterable[str]] = {
}
DEPRECATED_PACKAGES: dict[str, tuple[str, str]] = {
# old_package_name: (reason, breaks_in_ha_version)
"pyserial-asyncio": ("should be replaced by pyserial-asyncio-fast", "2026.2"),
"pyserial-asyncio": ("should be replaced by pyserial-asyncio-fast", "2026.4"),
}
_LOGGER = logging.getLogger(__name__)

View File

@@ -681,7 +681,7 @@ async def test_discovery_requirements_dhcp(hass: HomeAssistant) -> None:
"pyserial-asyncio",
False,
"which should be replaced by pyserial-asyncio-fast. This will stop"
" working in Home Assistant 2026.2, please create a bug report at "
" working in Home Assistant 2026.4, please create a bug report at "
"https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+"
"label%3A%22integration%3A+test_component%22",
),