mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
7 lines
130 B
Python
7 lines
130 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@clydebarrow"]
|
|
DEPENDENCIES = ["i2c"]
|
|
|
|
cst226_ns = cg.esphome_ns.namespace("cst226")
|