This commit is contained in:
Jonathan Swoboda
2025-12-22 12:22:04 -05:00
parent ce86f01cba
commit 03db8e4f54

View File

@@ -798,7 +798,7 @@ class EsphomeCore:
@property
def using_esp_idf(self):
return self.target_framework == "esp-idf"
return self.target_platform == PLATFORM_ESP32
@property
def using_zephyr(self):