Skip to content

Commit

Permalink
Bump aiohomekit to 2.3.6 (#83196)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored and balloob committed Dec 3, 2022
1 parent 5c918e9 commit 284c226
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.3.5"],
"requirements": ["aiohomekit==2.3.6"],
"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.3.5
aiohomekit==2.3.6

# 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.3.5
aiohomekit==2.3.6

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

0 comments on commit 284c226

Please sign in to comment.