Skip to content

Commit e6be297

Browse files
authored
Bump HAP-python to 2.8.3 (#35023)
* Fixes camera support
1 parent 2b13a8c commit e6be297

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

homeassistant/components/homekit/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "homekit",
33
"name": "HomeKit",
44
"documentation": "https://www.home-assistant.io/integrations/homekit",
5-
"requirements": ["HAP-python==2.8.2","fnvhash==0.1.0","PyQRCode==1.2.1","base36==0.1.1"],
5+
"requirements": ["HAP-python==2.8.3","fnvhash==0.1.0","PyQRCode==1.2.1","base36==0.1.1"],
66
"dependencies": ["http"],
77
"after_dependencies": ["logbook"],
88
"codeowners": ["@bdraco"],

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Adafruit-SHT31==1.0.2
3535
# Adafruit_BBIO==1.1.1
3636

3737
# homeassistant.components.homekit
38-
HAP-python==2.8.2
38+
HAP-python==2.8.3
3939

4040
# homeassistant.components.mastodon
4141
Mastodon.py==1.5.1

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-r requirements_test.txt
55

66
# homeassistant.components.homekit
7-
HAP-python==2.8.2
7+
HAP-python==2.8.3
88

99
# homeassistant.components.mobile_app
1010
# homeassistant.components.owntracks

0 commit comments

Comments
 (0)