mirror of
https://github.com/esphome/esphome.git
synced 2025-10-03 18:42:23 +01: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")
|