6 lines
130 B
Python
6 lines
130 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@clydebarrow"]
|
|
DEPENDENCIES = ["i2c"]
|
|
|
|
ft5x06_ns = cg.esphome_ns.namespace("ft5x06")
|