Add hint about inverse parameter to status_led (#1722)

Extra hint to use Inverse parameter with this parameter if things are opposite
This commit is contained in:
BarryMar 2021-12-15 05:08:34 -05:00 committed by GitHub
parent 3a90296756
commit 49463f275f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,20 @@ Configuration variables:
only support very few of them.
- All other options from :ref:`Light <config-light>`.
.. note::
If your Status LED is in an active-LOW mode (such as with the D1 Mini ESP8266 boards), use the
``inverted`` option of the :ref:`Pin Schema <config-pin_schema>`:
.. code-block:: yaml
status_led:
pin:
number: GPIO2
inverted: true
See Also
--------