mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-24 17:08:15 +01:00
Fix LED letter casing (#1455)
This commit is contained in:
parent
a20bb482f9
commit
688614d3dd
@ -1,19 +1,19 @@
|
||||
Status Led Light
|
||||
Status LED Light
|
||||
================
|
||||
|
||||
.. seo::
|
||||
:description: Instructions for setting up a Status Led shared also as binary ON/OFF light in ESPHome.
|
||||
:description: Instructions for setting up a Status LED shared also as binary ON/OFF light in ESPHome.
|
||||
:image: led-on.png
|
||||
|
||||
The ``status_led`` light platform allows to share a single led for indicating the status of
|
||||
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).
|
||||
This is useful for devices with only one led available.
|
||||
This is useful for devices with only one LED available.
|
||||
|
||||
It provides the combined functionality of :doc:`status_led component </components/status_led>` and a
|
||||
:doc:`binary light component </components/light/binary>` 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 OK state, the led will be restored to the state of the ``binary light`` function and can be controlled as such.
|
||||
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 OK state, the LED will be restored to the state of the ``binary light`` function and can be controlled as such.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
@ -23,7 +23,7 @@ the device. Specifically, it will:
|
||||
|
||||
.. note::
|
||||
|
||||
If your device has a single led that needs to be shared use :doc:`status_led light platform </components/light/status_led>` instead.
|
||||
If your device has a single LED that needs to be shared use :doc:`status_led light platform </components/light/status_led>` instead.
|
||||
|
||||
Configuration variables:
|
||||
------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user