mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Bump aiohomekit to 4.0.1 (#179162)
This commit is contained in:
@@ -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."]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user