mirror of
https://github.com/esphome/esphome.git
synced 2025-02-24 13:58:14 +00:00
5 lines
119 B
Python
5 lines
119 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@OttoWinter"]
|
|
homeassistant_ns = cg.esphome_ns.namespace("homeassistant")
|