mirror of
https://github.com/esphome/esphome.git
synced 2025-09-14 09:12:19 +01: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")
|