mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
9a5f865eea
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
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")
|