From e032bc994e36cc4a68dc9d69caa5e7290ed8b275 Mon Sep 17 00:00:00 2001 From: Sherman K Date: Sun, 20 Oct 2024 02:22:25 +0800 Subject: [PATCH] Fix links to status_led light component (#868) Co-authored-by: Sherman Koa --- src/docs/devices/Sonoff-BASIC-R2-v1.4/index.md | 4 ++-- src/docs/devices/Sonoff-POW-R2/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docs/devices/Sonoff-BASIC-R2-v1.4/index.md b/src/docs/devices/Sonoff-BASIC-R2-v1.4/index.md index 2efd2a486..075d19610 100644 --- a/src/docs/devices/Sonoff-BASIC-R2-v1.4/index.md +++ b/src/docs/devices/Sonoff-BASIC-R2-v1.4/index.md @@ -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 diff --git a/src/docs/devices/Sonoff-POW-R2/index.md b/src/docs/devices/Sonoff-POW-R2/index.md index 2ec63c0a4..1addcaef5 100644 --- a/src/docs/devices/Sonoff-POW-R2/index.md +++ b/src/docs/devices/Sonoff-POW-R2/index.md @@ -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