mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
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:
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
@ -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"}
|
||||
|
Reference in New Issue
Block a user