This commit is contained in:
Jonathan Swoboda
2025-12-22 12:02:26 -05:00
parent bee5847464
commit ce86f01cba

View File

@@ -798,10 +798,6 @@ class EsphomeCore:
@property
def using_esp_idf(self):
logging.getLogger(__name__).warning(
"CORE.using_esp_idf was deprecated in 2026.1, use CORE.is_esp32 and/or CORE.using_arduino instead. "
"ESP32 Arduino builds on top of ESP-IDF, so ESP-IDF features are available in both frameworks."
)
return self.target_framework == "esp-idf"
@property