mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump aiohomekit version (regression fix) (#40064)
This commit is contained in:
parent
0e823b566b
commit
e0fcf9b648
@ -3,8 +3,16 @@
|
|||||||
"name": "HomeKit Controller",
|
"name": "HomeKit Controller",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
||||||
"requirements": ["aiohomekit[IP]==0.2.49"],
|
"requirements": [
|
||||||
"zeroconf": ["_hap._tcp.local."],
|
"aiohomekit==0.2.53"
|
||||||
"after_dependencies": ["zeroconf"],
|
],
|
||||||
"codeowners": ["@Jc2k"]
|
"zeroconf": [
|
||||||
|
"_hap._tcp.local."
|
||||||
|
],
|
||||||
|
"after_dependencies": [
|
||||||
|
"zeroconf"
|
||||||
|
],
|
||||||
|
"codeowners": [
|
||||||
|
"@Jc2k"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -178,7 +178,7 @@ aioguardian==1.0.1
|
|||||||
aioharmony==0.2.6
|
aioharmony==0.2.6
|
||||||
|
|
||||||
# homeassistant.components.homekit_controller
|
# homeassistant.components.homekit_controller
|
||||||
aiohomekit[IP]==0.2.49
|
aiohomekit==0.2.53
|
||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
|
@ -103,7 +103,7 @@ aioguardian==1.0.1
|
|||||||
aioharmony==0.2.6
|
aioharmony==0.2.6
|
||||||
|
|
||||||
# homeassistant.components.homekit_controller
|
# homeassistant.components.homekit_controller
|
||||||
aiohomekit[IP]==0.2.49
|
aiohomekit==0.2.53
|
||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user