Skip to content

Commit

Permalink
Bump aiohomekit to 2.2.16 (#81621)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 5, 2022
1 parent 89ebca7 commit 64a29fd
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 @@ -3,7 +3,7 @@
"name": "HomeKit Controller",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"requirements": ["aiohomekit==2.2.14"],
"requirements": ["aiohomekit==2.2.16"],
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."],
"bluetooth": [{ "manufacturer_id": 76, "manufacturer_data_start": [6] }],
"dependencies": ["bluetooth", "zeroconf"],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ aioguardian==2022.07.0
aioharmony==0.2.9

# homeassistant.components.homekit_controller
aiohomekit==2.2.14
aiohomekit==2.2.16

# 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 @@ -158,7 +158,7 @@ aioguardian==2022.07.0
aioharmony==0.2.9

# homeassistant.components.homekit_controller
aiohomekit==2.2.14
aiohomekit==2.2.16

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

0 comments on commit 64a29fd

Please sign in to comment.