Adding that mpr121_id is a valid option for binary_sensor (#966)

This commit is contained in:
Minideezel 2021-03-09 15:24:50 -06:00 committed by GitHub
parent 31d11c608a
commit 5cbc078c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Base Configuration:
Binary Sensor Configuration:
- **name** (**Optional**, string): The name for the binary sensor.
- **mpr121_id** (*Optional*, :ref:`config-id`): The ID of the MPR121 defined above. Useful for multiple MPR121's on the I²C bus
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
- **channel** (*Required*, integer): The channel number at the MPR121 the touchkey is connected to.
- **touch_threshold** (*Optional*, integer): A per-channel override of the global touch_threshold value. If not specified, uses the global value.