Skip to content

Commit

Permalink
Bump aiohomekit to 3.2.3 (#124115)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 17, 2024
1 parent 1bab373 commit 08234ef
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==3.2.2"],
"requirements": ["aiohomekit==3.2.3"],
"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 @@ -255,7 +255,7 @@ aioguardian==2022.07.0
aioharmony==0.2.10

# homeassistant.components.homekit_controller
aiohomekit==3.2.2
aiohomekit==3.2.3

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

# homeassistant.components.homekit_controller
aiohomekit==3.2.2
aiohomekit==3.2.3

# homeassistant.components.hue
aiohue==4.7.2
Expand Down

0 comments on commit 08234ef

Please sign in to comment.