mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Remove autoload of xiaomi_ble and ruuvi_ble (#2617)
This commit is contained in:
		| @@ -18,7 +18,6 @@ from esphome.core import CORE | |||||||
| from esphome.components.esp32 import add_idf_sdkconfig_option | from esphome.components.esp32 import add_idf_sdkconfig_option | ||||||
|  |  | ||||||
| DEPENDENCIES = ["esp32"] | DEPENDENCIES = ["esp32"] | ||||||
| AUTO_LOAD = ["xiaomi_ble", "ruuvi_ble"] |  | ||||||
|  |  | ||||||
| CONF_ESP32_BLE_ID = "esp32_ble_id" | CONF_ESP32_BLE_ID = "esp32_ble_id" | ||||||
| CONF_SCAN_PARAMETERS = "scan_parameters" | CONF_SCAN_PARAMETERS = "scan_parameters" | ||||||
|   | |||||||
| @@ -401,6 +401,11 @@ ble_client: | |||||||
|  |  | ||||||
| airthings_ble: | airthings_ble: | ||||||
|  |  | ||||||
|  | ruuvi_ble: | ||||||
|  |  | ||||||
|  | xiaomi_ble: | ||||||
|  |  | ||||||
|  |  | ||||||
| #esp32_ble_beacon: | #esp32_ble_beacon: | ||||||
| #  type: iBeacon | #  type: iBeacon | ||||||
| #  uuid: 'c29ce823-e67a-4e71-bff2-abaa32e77a98' | #  uuid: 'c29ce823-e67a-4e71-bff2-abaa32e77a98' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user