This commit is contained in:
Otto Winter 2019-05-28 21:49:02 +02:00
parent 96340c52e7
commit 749b6e8e73
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -47,7 +47,7 @@ Base Configuration:
- **address** (*Optional*, integer): The i2c address of the sensor. Defaults to ``0x5A``.
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor.
- **touch_debounce** (*Optional*, integer): The minimum length before a touch is recognized. Range is from 0 to 7.
- **touch_debounce** (*Optional*, integer): The minimum length before a touch is recognized. Range is from 0 to 7.
Defaults to 0.
- **release_debounce** (*Optional*, integer): The minimum length that no touch is recognized before a release event is created.
Range is from 0 to 7. Defaults to 0.