1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-15 00:03:51 +01:00

[code-quality] Organise bluetooth related imports (#7155)

This commit is contained in:
Jesse Hills
2024-07-30 13:23:30 +12:00
committed by GitHub
parent 6e21d79bde
commit 83bb7d0266
14 changed files with 36 additions and 34 deletions

View File

@@ -1,5 +1,4 @@
import esphome.codegen as cg
from esphome.components import esp32_ble_tracker
AUTO_LOAD = ["esp32_ble_tracker"]