mirror of
https://github.com/esphome/esphome.git
synced 2025-03-02 04:01:43 +01:00
7 lines
130 B
Python
7 lines
130 B
Python
|
import esphome.codegen as cg
|
||
|
|
||
|
CODEOWNERS = ["@clydebarrow"]
|
||
|
DEPENDENCIES = ["i2c"]
|
||
|
|
||
|
ft5x06_ns = cg.esphome_ns.namespace("ft5x06")
|