Bump aiohomekit to 4.0.1 (#179162)

This commit is contained in:
J. Nick Koston
2026-08-14 17:22:15 +02:00
committed by GitHub
parent 7b2874b06e
commit 851ddc3ee3
3 changed files with 3 additions and 4 deletions
@@ -14,7 +14,7 @@
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["aiohomekit", "commentjson"],
"requirements": ["aiohomekit==4.0.0"],
"loggers": ["aiohomekit"],
"requirements": ["aiohomekit==4.0.1"],
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."]
}
+1 -1
View File
@@ -294,7 +294,7 @@ aiohasupervisor==0.6.0
aiohomeconnect==0.39.1
# homeassistant.components.homekit_controller
aiohomekit==4.0.0
aiohomekit==4.0.1
# homeassistant.components.hortimax
aiohortos==0.3.1
-1
View File
@@ -182,7 +182,6 @@ EXCEPTIONS = {
"PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16
"PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
"chacha20poly1305", # LGPL
"commentjson", # https://github.com/vaidik/commentjson/pull/55
"crownstone-cloud", # https://github.com/crownstone/crownstone-lib-python-cloud/pull/5
"crownstone-core", # https://github.com/crownstone/crownstone-lib-python-core/pull/6
"crownstone-sse", # https://github.com/crownstone/crownstone-lib-python-sse/pull/2