Fix missing dependency for dbus_next (#78235)

pull/78410/head
d-walsh 2022-09-12 19:03:07 -04:00 committed by Paulus Schoutsen
parent 3129114d07
commit 9640553b52
4 changed files with 9 additions and 1 deletions

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -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