mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
6 lines
115 B
Python
6 lines
115 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@paulmonigatti"]
|
|
|
|
safe_mode_ns = cg.esphome_ns.namespace("safe_mode")
|