Skip to content

Commit

Permalink
Fix links to status_led light component (#868)
Browse files Browse the repository at this point in the history
Co-authored-by: Sherman Koa <koa@fb.com>
  • Loading branch information
shrmnk and Sherman Koa authored Oct 19, 2024
1 parent 5c20f5d commit e032bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/docs/devices/Sonoff-BASIC-R2-v1.4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The red side of the LED cannot be individually controlled without modification t
and serves as the indicator of when the relay is physically enabled.

As the only controllable LED is the Blue LED, it is configured here to use the
[`status_led`](/components/light/status_led) light component, which will take over the LED in
the event of a error/warning state, such as when WiFi is disrupted.
[`status_led` light component](https://esphome.io/components/light/status_led), which will take
over the LED in the event of a error/warning state, such as when WiFi is disrupted.

## GPIO Pinout

Expand Down
4 changes: 2 additions & 2 deletions src/docs/devices/Sonoff-POW-R2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ difficulty: 3
## Basic Configuration

As the only controllable LED is the Blue LED, it is configured here to use the
[`status_led`](/components/light/status_led) light component, which will take over the LED in
the event of a error/warning state, such as when WiFi is disrupted.
[`status_led` light component](https://esphome.io/components/light/status_led), which will take
over the LED in the event of a error/warning state, such as when WiFi is disrupted.

```yaml
# Basic Config
Expand Down

0 comments on commit e032bc9

Please sign in to comment.