mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 12:43:28 +02:00
d6bcc465a8
* Add CST816 touchscreen
7 lines
130 B
Python
7 lines
130 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@clydebarrow"]
|
|
DEPENDENCIES = ["i2c"]
|
|
|
|
cst816_ns = cg.esphome_ns.namespace("cst816")
|