diff --git a/homeassistant/components/esphome/manifest.json b/homeassistant/components/esphome/manifest.json index 18c7aa407c154e..770040746bba8a 100644 --- a/homeassistant/components/esphome/manifest.json +++ b/homeassistant/components/esphome/manifest.json @@ -16,7 +16,6 @@ "loggers": ["aioesphomeapi", "noiseprotocol", "bleak_esphome"], "requirements": [ "aioesphomeapi==21.0.0", - "bluetooth-data-tools==1.18.0", "esphome-dashboard-api==1.2.3", "bleak-esphome==0.4.0" ], diff --git a/requirements_all.txt b/requirements_all.txt index a44206cdbcf53d..17da7fdf4e4b94 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -566,7 +566,6 @@ bluetooth-adapters==0.16.2 bluetooth-auto-recovery==1.2.3 # homeassistant.components.bluetooth -# homeassistant.components.esphome # homeassistant.components.ld2410_ble # homeassistant.components.led_ble # homeassistant.components.private_ble_device diff --git a/requirements_test_all.txt b/requirements_test_all.txt index cf4ffa9945f24e..4addb11e3f9e1c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -478,7 +478,6 @@ bluetooth-adapters==0.16.2 bluetooth-auto-recovery==1.2.3 # homeassistant.components.bluetooth -# homeassistant.components.esphome # homeassistant.components.ld2410_ble # homeassistant.components.led_ble # homeassistant.components.private_ble_device