@@ -50,7 +50,7 @@ binary_sensor:
5050
5151## Configuration variables
5252
53- - ** pin** (** Required** , [ Pin Schema] ( /guides/configuration-types#pin ) ): The pin to monitor.
53+ - ** pin** (** Required** , [ Pin Schema] ( /guides/configuration-types#pin-schema ) ): The pin to monitor.
5454- ** use_interrupt** (* Optional* , boolean): Use hardware interrupts instead of polling for better
5555 performance and lower CPU usage. Defaults to ` true ` for most platforms, but defaults to ` false `
5656 for LibreTiny-based platforms (BK72xx, RTL87xx, LN882x) due to hardware limitations. Only supported
@@ -104,7 +104,7 @@ If you're hooking up a button without an external pullup or see lots of ON/OFF e
104104in the log output all the time, this often means the GPIO pin is floating.
105105
106106For these cases you need to manually enable the pull-up (or pull-down) resistors on the ESP,
107- you can do so with the [ Pin Schema] ( /guides/configuration-types#pin ) .
107+ you can do so with the [ Pin Schema] ( /guides/configuration-types#pin-schema ) .
108108
109109``` yaml
110110binary_sensor :
@@ -119,7 +119,7 @@ binary_sensor:
119119
120120## Inverting Values
121121
122- Use the ` inverted` property of the [Pin Schema](/guides/configuration-types#pin) to invert the binary
122+ Use the ` inverted` property of the [Pin Schema](/guides/configuration-types#pin-schema ) to invert the binary
123123sensor :
124124
125125` ` ` yaml
@@ -164,5 +164,5 @@ binary_sensor:
164164# # See Also
165165
166166- {{< docref "/components/binary_sensor" >}}
167- - [Pin Schema](/guides/configuration-types#pin)
167+ - [Pin Schema](/guides/configuration-types#pin-schema )
168168- {{< apiref "gpio/binary_sensor/gpio_binary_sensor.h" "gpio/binary_sensor/gpio_binary_sensor.h" >}}
0 commit comments