mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 06:45:48 +00:00
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")
|