File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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).
1212This is useful for devices with only one LED available.
1313You can also use a binary [ Output Component] ( #output ) .
1414
1515It 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.
1919When 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
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
You can’t perform that action at this time.
0 commit comments