Skip to content

Commit e43d637

Browse files
oohlaffrenck
authored andcommitted
clarify that the pin numbers are from BCM mode (home-assistant#3264)
This took me a long time to figure out why it did not work.
1 parent 86107b8 commit e43d637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/binary_sensor.rpi_gpio.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ binary_sensor:
2929
Configuration variables:
3030
3131
- **ports** array (*Required*): Array of used ports.
32-
- **port: name** (*Required*): Port numbers and corresponding names.
32+
- **port: name** (*Required*): Port numbers (BCM mode pin numbers) and corresponding names.
3333
- **pull_mode** (*Optional*): The internal pull to use (UP or DOWN). Default is UP.
3434
- **bouncetime** (*Optional*): The time in milliseconds for port debouncing. Default is 50ms.
3535
- **invert_logic** (*Optional*): If true, inverts the output logic to ACTIVE LOW. Default is false (ACTIVE HIGH).

0 commit comments

Comments
 (0)