1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-02 00:07:16 +01:00

Bump minimal Unix socket version to Core 2026.4.0.dev202603250907

This is the first dev version which included the necessary changes
on Home Assistant Core side.
This commit is contained in:
Stefan Agner
2026-03-25 16:06:01 +01:00
parent f116cbbfc3
commit 9f5deebdaf

View File

@@ -22,7 +22,7 @@ from .const import LANDINGPAGE
_LOGGER: logging.Logger = logging.getLogger(__name__)
CORE_UNIX_SOCKET_MIN_VERSION: AwesomeVersion = AwesomeVersion(
"2026.3.0.dev202602160311"
"2026.4.0.dev202603250907"
)
GET_CORE_STATE_MIN_VERSION: AwesomeVersion = AwesomeVersion("2023.8.0.dev20230720")