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:
@@ -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_(
|
||||
|
||||
Reference in New Issue
Block a user