mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-21 13:33:27 +02:00
11b31483c3
--------- Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
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")
|