Fix missing dependency for dbus_next (#78235)

This commit is contained in:
d-walsh 2022-09-12 19:03:07 -04:00 committed by GitHub
parent 93a5b99191
commit 0b2c3cfb99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View file

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

View file

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

View file

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

View file

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