fix import

This commit is contained in:
J. Nick Koston
2025-07-01 15:47:25 -05:00
parent 2c349cad8b
commit 11b5b00cd6

View File

@@ -6,7 +6,6 @@ import esphome.codegen as cg
from esphome.components import web_server_base
from esphome.components.web_server_base import CONF_WEB_SERVER_BASE_ID
import esphome.config_validation as cv
from esphome.config_validation import ConfigType
from esphome.const import (
CONF_AUTH,
CONF_CSS_INCLUDE,
@@ -34,6 +33,7 @@ from esphome.const import (
)
from esphome.core import CORE, coroutine_with_priority
import esphome.final_validate as fv
from esphome.types import ConfigType
AUTO_LOAD = ["json", "web_server_base"]