diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index 3c9ef7a85b7..55a7e610e76 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -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, diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index f0f2a2eb8c3..f2af1efde94 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index d1ff0c957f7..851784ca92f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 116498440a4..5096087b44d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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