Fix name 'CORE' is not defined

This commit is contained in:
Edward Firmo
2025-01-07 08:15:27 +01:00
parent ba3fc89032
commit b6e3f41952
2 changed files with 2 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
import esphome.codegen as cg
import esphome.config_validation as cv
from esphome import automation
from esphome.components import uart
from esphome.const import (
CONF_ID,
)
from esphome import automation
from esphome.core import CORE
CODEOWNERS = ["@edwardtfn"]
DEPENDENCIES = ['uart']