1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

[const] Move `CONF_RESET` to const.py (#8889)

This commit is contained in:
Jesse Hills
2025-05-24 14:54:06 +12:00
committed by GitHub
parent 19e2460af2
commit 9dd4045984
3 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,10 @@
import esphome.codegen as cg
from esphome.components import text_sensor, uart
import esphome.config_validation as cv
from esphome.const import ICON_FINGERPRINT
from esphome.const import CONF_RESET, ICON_FINGERPRINT
CODEOWNERS = ["@hobbypunk90"]
DEPENDENCIES = ["uart"]
CONF_RESET = "reset"
wl134_ns = cg.esphome_ns.namespace("wl_134")
Wl134Component = wl134_ns.class_(