Skip to content

Commit 9e9be6d

Browse files
authored
Update status_led.md - improvements to grammar
Minor changes to improve English grammar
1 parent 6211537 commit 9e9be6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/components/light/status_led.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ params:
77
image: led-on.svg
88
---
99

10-
The `status_led` light platform allows to share a single LED for indicating the status of
11-
the device (when on error/warning state) or as binary light (when on OK state).
10+
The `status_led` light platform allows a single LED to indicate the status of
11+
the device (such as an error/warning state) or as a binary light (such as an OK state).
1212
This is useful for devices with only one LED available.
1313
You can also use a binary [Output Component](#output).
1414

1515
It provides the combined functionality of {{< docref "/components/status_led" "status_led component" >}} and a
1616
{{< docref "/components/light/binary" "binary light component" >}} over a single shared GPIO led.
1717

18-
When the device is on error/warning state, the function of `status_led` will take precedence and control the blinking of the LED.
18+
When the device is in error/warning state, the function of `status_led` will take precedence and control the blinking of the LED.
1919
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.
2020

2121
```yaml
@@ -34,7 +34,7 @@ light:
3434

3535
## Configuration variables
3636

37-
- **pin** (*Optional*, [Pin Schema](#config-pin_schema)): The GPIO pin to operate the LED on.
37+
- **pin** (*Optional*, [Pin Schema](#config-pin_schema)): The GPIO pin to control the LED on.
3838
- **output** (*Optional*, [ID](#config-id)): The id of the binary [Output Component](#output) to use for this light.
3939
- All other options from [Light](#config-light).
4040

0 commit comments

Comments
 (0)