mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-20 04:53:28 +02: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')
|