mirror of
https://github.com/esphome/esphome.git
synced 2026-03-03 19:28:20 -07:00
6 lines
128 B
Python
6 lines
128 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@anatoly-savchenkov"]
|
|
|
|
factory_reset_ns = cg.esphome_ns.namespace("factory_reset")
|