diff --git a/content/components/light/status_led.md b/content/components/light/status_led.md index e2d4197bdf..a9fb620de5 100644 --- a/content/components/light/status_led.md +++ b/content/components/light/status_led.md @@ -7,15 +7,15 @@ params: image: led-on.svg --- -The `status_led` light platform allows to share a single LED for indicating the status of -the device (when on error/warning state) or as binary light (when on OK state). +The `status_led` light platform allows a single LED to indicate the status of +the device (such as an error/warning state) or as a binary light (such as an OK state). This is useful for devices with only one LED available. You can also use a binary [Output Component](#output). It provides the combined functionality of {{< docref "/components/status_led" "status_led component" >}} and a {{< docref "/components/light/binary" "binary light component" >}} over a single shared GPIO led. -When the device is on error/warning state, the function of `status_led` will take precedence and control the blinking of the LED. +When the device is in error/warning state, the function of `status_led` will take precedence and control the blinking of the LED. When the device is in OK state, the LED will be restored to the state of the `binary light` function and can be controlled as such. ```yaml @@ -34,7 +34,7 @@ light: ## Configuration variables -- **pin** (*Optional*, [Pin Schema](#config-pin_schema)): The GPIO pin to operate the LED on. +- **pin** (*Optional*, [Pin Schema](#config-pin_schema)): The GPIO pin to control the LED on. - **output** (*Optional*, [ID](#config-id)): The id of the binary [Output Component](#output) to use for this light. - All other options from [Light](#config-light).