mirror of
https://github.com/esphome/esphome.git
synced 2025-02-13 08:28:19 +00:00
12 lines
164 B
YAML
12 lines
164 B
YAML
|
i2c:
|
||
|
- id: i2c_ttp229_lsf
|
||
|
scl: ${scl_pin}
|
||
|
sda: ${sda_pin}
|
||
|
|
||
|
ttp229_lsf:
|
||
|
|
||
|
binary_sensor:
|
||
|
- platform: ttp229_lsf
|
||
|
name: TTP229 Channel 0
|
||
|
channel: 0
|