We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86107b8 commit e43d637Copy full SHA for e43d637
source/_components/binary_sensor.rpi_gpio.markdown
@@ -29,7 +29,7 @@ binary_sensor:
29
Configuration variables:
30
31
- **ports** array (*Required*): Array of used ports.
32
- - **port: name** (*Required*): Port numbers and corresponding names.
+ - **port: name** (*Required*): Port numbers (BCM mode pin numbers) and corresponding names.
33
- **pull_mode** (*Optional*): The internal pull to use (UP or DOWN). Default is UP.
34
- **bouncetime** (*Optional*): The time in milliseconds for port debouncing. Default is 50ms.
35
- **invert_logic** (*Optional*): If true, inverts the output logic to ACTIVE LOW. Default is false (ACTIVE HIGH).
0 commit comments