mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-20 04:53:28 +02:00
f63f722afb
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
7 lines
143 B
Python
7 lines
143 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@jesserockz", "@clydebarrow"]
|
|
DEPENDENCIES = ["i2c"]
|
|
|
|
gt911_ns = cg.esphome_ns.namespace("gt911")
|