1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 21:32:21 +01:00

Remove autoload of xiaomi_ble and ruuvi_ble (#2617)

This commit is contained in:
Sean Brogan
2021-10-27 13:16:12 -07:00
committed by GitHub
parent 980c2d4cae
commit 2147bcbc29
2 changed files with 5 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ from esphome.core import CORE
from esphome.components.esp32 import add_idf_sdkconfig_option
DEPENDENCIES = ["esp32"]
AUTO_LOAD = ["xiaomi_ble", "ruuvi_ble"]
CONF_ESP32_BLE_ID = "esp32_ble_id"
CONF_SCAN_PARAMETERS = "scan_parameters"