1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 16:51:52 +00:00
This commit is contained in:
Jonathan Swoboda
2025-12-22 14:08:27 -05:00
parent fb009f47f1
commit 676fbf6161

View File

@@ -799,7 +799,7 @@ class EsphomeCore:
@property
def using_esp_idf(self):
_LOGGER.warning(
"CORE.using_esp_idf was deprecated in 2026.1, will be change behavior in 2026.6. "
"CORE.using_esp_idf was deprecated in 2026.1, will change behavior in 2026.6. "
"ESP32 Arduino builds on top of ESP-IDF, so ESP-IDF features are available in both frameworks. "
"Use CORE.is_esp32 and/or CORE.using_arduino instead."
)