mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 12:43:28 +02:00
6 lines
102 B
Python
6 lines
102 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@OttoWinter"]
|
|
|
|
copy_ns = cg.esphome_ns.namespace("copy")
|