Fix missing add_idf_sdkconfig_option

This commit is contained in:
Edward Firmo
2025-01-07 08:48:38 +01:00
parent b6e3f41952
commit b0b19fee45

View File

@@ -2,6 +2,7 @@ import esphome.codegen as cg
import esphome.config_validation as cv import esphome.config_validation as cv
from esphome import automation from esphome import automation
from esphome.components import uart from esphome.components import uart
from esphome.components.esp32 import add_idf_sdkconfig_option
from esphome.const import ( from esphome.const import (
CONF_ID, CONF_ID,
) )