1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

TTP229 BSF support (#547)

* TTP229 BSF support

* MULTI_CONF
This commit is contained in:
Otto Winter
2019-05-13 13:11:10 +02:00
committed by GitHub
7 changed files with 138 additions and 0 deletions

View File

@@ -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