Fix missing dependency for dbus_next (#78235)
This commit is contained in:
parent
93a5b99191
commit
0b2c3cfb99
4 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"bleak==0.16.0",
|
"bleak==0.16.0",
|
||||||
"bluetooth-adapters==0.4.1",
|
"bluetooth-adapters==0.4.1",
|
||||||
"bluetooth-auto-recovery==0.3.2"
|
"bluetooth-auto-recovery==0.3.2",
|
||||||
|
"dbus_next==0.2.3"
|
||||||
],
|
],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
|
|
@ -16,6 +16,7 @@ bluetooth-auto-recovery==0.3.2
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.2.0
|
ciso8601==2.2.0
|
||||||
cryptography==37.0.4
|
cryptography==37.0.4
|
||||||
|
dbus_next==0.2.3
|
||||||
fnvhash==0.1.0
|
fnvhash==0.1.0
|
||||||
hass-nabucasa==0.55.0
|
hass-nabucasa==0.55.0
|
||||||
home-assistant-bluetooth==1.3.0
|
home-assistant-bluetooth==1.3.0
|
||||||
|
|
|
@ -534,6 +534,9 @@ datadog==0.15.0
|
||||||
# homeassistant.components.metoffice
|
# homeassistant.components.metoffice
|
||||||
datapoint==0.9.8
|
datapoint==0.9.8
|
||||||
|
|
||||||
|
# homeassistant.components.bluetooth
|
||||||
|
dbus_next==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.debugpy
|
# homeassistant.components.debugpy
|
||||||
debugpy==1.6.3
|
debugpy==1.6.3
|
||||||
|
|
||||||
|
|
|
@ -411,6 +411,9 @@ datadog==0.15.0
|
||||||
# homeassistant.components.metoffice
|
# homeassistant.components.metoffice
|
||||||
datapoint==0.9.8
|
datapoint==0.9.8
|
||||||
|
|
||||||
|
# homeassistant.components.bluetooth
|
||||||
|
dbus_next==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.debugpy
|
# homeassistant.components.debugpy
|
||||||
debugpy==1.6.3
|
debugpy==1.6.3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue