Update aiohomekit to 3.2.15 (#146059)

* Update aiohomekit to 3.2.15

* Remove Python version exception for homekit_controller
This commit is contained in:
Marc Mueller
2025-06-02 19:23:04 +02:00
committed by GitHub
parent 15830f383e
commit 397ed87f2d
4 changed files with 3 additions and 7 deletions

View File

@ -14,6 +14,6 @@
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"iot_class": "local_push",
"loggers": ["aiohomekit", "commentjson"],
"requirements": ["aiohomekit==3.2.14"],
"requirements": ["aiohomekit==3.2.15"],
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."]
}

2
requirements_all.txt generated
View File

@ -268,7 +268,7 @@ aiohasupervisor==0.3.1
aiohomeconnect==0.17.1
# homeassistant.components.homekit_controller
aiohomekit==3.2.14
aiohomekit==3.2.15
# homeassistant.components.mcp_server
aiohttp_sse==2.2.0

View File

@ -253,7 +253,7 @@ aiohasupervisor==0.3.1
aiohomeconnect==0.17.1
# homeassistant.components.homekit_controller
aiohomekit==3.2.14
aiohomekit==3.2.15
# homeassistant.components.mcp_server
aiohttp_sse==2.2.0

View File

@ -342,10 +342,6 @@ PYTHON_VERSION_CHECK_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.0.0
"homeassistant": {"eq3btsmart"}
},
"homekit_controller": {
# https://github.com/Jc2k/aiohomekit/issues/456
"homeassistant": {"aiohomekit"}
},
"netatmo": {
# https://github.com/jabesq-org/pyatmo/pull/533 (not yet released)
"homeassistant": {"pyatmo"}