mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
TTP229 BSF support
This commit is contained in:
@@ -189,6 +189,9 @@ binary_sensor:
|
||||
- platform: ttp229_lsf
|
||||
channel: 1
|
||||
name: TTP229 LSF Test
|
||||
- platform: ttp229_bsf
|
||||
channel: 1
|
||||
name: TTP229 BSF Test
|
||||
- platform: custom
|
||||
lambda: |-
|
||||
auto s = new CustomBinarySensor();
|
||||
@@ -392,3 +395,7 @@ servo:
|
||||
output: out
|
||||
|
||||
ttp229_lsf:
|
||||
|
||||
ttp229_bsf:
|
||||
sdo_pin: D0
|
||||
scl_pin: D1
|
||||
|
Reference in New Issue
Block a user