mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Merge branch 'integration' into memory_api
This commit is contained in:
		| @@ -15,13 +15,6 @@ CODEOWNERS = ["@jesserockz", "@Rapsssito", "@bdraco"] | ||||
| DOMAIN = "esp32_ble" | ||||
|  | ||||
|  | ||||
| def FILTER_SOURCE_FILES() -> list[str]: | ||||
|     """Filter out ble_advertising.cpp when advertising is not enabled.""" | ||||
|     if "USE_ESP32_BLE_ADVERTISING" not in CORE.defines: | ||||
|         return ["ble_advertising.cpp"] | ||||
|     return [] | ||||
|  | ||||
|  | ||||
| class BTLoggers(Enum): | ||||
|     """Bluetooth logger categories available in ESP-IDF. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user