Skip to content

Commit

Permalink
Bump aiohomekit to 2.6.5 (fixes python 3.11 regression) (#94245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Jun 8, 2023
1 parent 081bc47 commit 77badaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/homekit_controller/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"iot_class": "local_push",
"loggers": ["aiohomekit", "commentjson"],
"requirements": ["aiohomekit==2.6.4"],
"requirements": ["aiohomekit==2.6.5"],
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ aioguardian==2022.07.0
aioharmony==0.2.10

# homeassistant.components.homekit_controller
aiohomekit==2.6.4
aiohomekit==2.6.5

# homeassistant.components.emulated_hue
# homeassistant.components.http
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ aioguardian==2022.07.0
aioharmony==0.2.10

# homeassistant.components.homekit_controller
aiohomekit==2.6.4
aiohomekit==2.6.5

# homeassistant.components.emulated_hue
# homeassistant.components.http
Expand Down

0 comments on commit 77badaf

Please sign in to comment.