Skip to content

Commit

Permalink
Bump aiohomekit to 3.1.2 (#107177)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 4, 2024
1 parent 34a8812 commit 61eb613
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.1.1"],
"requirements": ["aiohomekit==3.1.2"],
"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 @@ -257,7 +257,7 @@ aioguardian==2022.07.0
aioharmony==0.2.10

# homeassistant.components.homekit_controller
aiohomekit==3.1.1
aiohomekit==3.1.2

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

# homeassistant.components.homekit_controller
aiohomekit==3.1.1
aiohomekit==3.1.2

# homeassistant.components.http
aiohttp-fast-url-dispatcher==0.3.0
Expand Down

0 comments on commit 61eb613

Please sign in to comment.