mirror of
https://github.com/esphome/esphome.git
synced 2025-03-24 03:28:20 +00: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")
|