From ce86f01cba3aafddfff037b87eaf7eb9841212ee Mon Sep 17 00:00:00 2001 From: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:02:26 -0500 Subject: [PATCH] Change --- esphome/core/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/esphome/core/__init__.py b/esphome/core/__init__.py index 9896b8c87f..ad9844a3bf 100644 --- a/esphome/core/__init__.py +++ b/esphome/core/__init__.py @@ -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