Fix missing dependency for dbus_next (#78235)
parent
3129114d07
commit
9640553b52
|
@ -7,7 +7,8 @@
|
|||
"requirements": [
|
||||
"bleak==0.16.0",
|
||||
"bluetooth-adapters==0.4.1",
|
||||
"bluetooth-auto-recovery==0.3.2"
|
||||
"bluetooth-auto-recovery==0.3.2",
|
||||
"dbus_next==0.2.3"
|
||||
],
|
||||
"codeowners": ["@bdraco"],
|
||||
"config_flow": true,
|
||||
|
|
|
@ -16,6 +16,7 @@ bluetooth-auto-recovery==0.3.2
|
|||
certifi>=2021.5.30
|
||||
ciso8601==2.2.0
|
||||
cryptography==37.0.4
|
||||
dbus_next==0.2.3
|
||||
fnvhash==0.1.0
|
||||
hass-nabucasa==0.55.0
|
||||
home-assistant-bluetooth==1.3.0
|
||||
|
|
|
@ -534,6 +534,9 @@ datadog==0.15.0
|
|||
# homeassistant.components.metoffice
|
||||
datapoint==0.9.8
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
dbus_next==0.2.3
|
||||
|
||||
# homeassistant.components.debugpy
|
||||
debugpy==1.6.3
|
||||
|
||||
|
|
|
@ -411,6 +411,9 @@ datadog==0.15.0
|
|||
# homeassistant.components.metoffice
|
||||
datapoint==0.9.8
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
dbus_next==0.2.3
|
||||
|
||||
# homeassistant.components.debugpy
|
||||
debugpy==1.6.3
|
||||
|
||||
|
|
Loading…
Reference in New Issue