mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
Sm2135 current updates (#2331)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
2ab7d958dd
commit
148b124940
@ -62,6 +62,12 @@ Configuration variables:
|
||||
- **id** (*Optional*, :ref:`config-id`): The id to use for
|
||||
this ``sm2135`` component. Use this if you have multiple SM2135 chains
|
||||
connected at the same time.
|
||||
- **cw_current** (*Optional*, current): The current used for the white channel.
|
||||
Defaults to ``10mA``.
|
||||
Can be one of ``10mA``, ``15mA``, ``20mA``, ``25mA``, ``30mA``, ``35mA``, ``40mA``, ``45mA``, ``50mA``, ``55mA``, ``60mA``.
|
||||
- **rgb_current** (*Optional*, current): The current used for the RGB channel.
|
||||
Defaults to ``20mA``.
|
||||
Can be one of ``10mA``, ``15mA``, ``20mA``, ``25mA``, ``30mA``, ``35mA``, ``40mA``, ``45mA``.
|
||||
|
||||
.. _sm2135-output:
|
||||
|
||||
@ -117,6 +123,10 @@ Configuration variables:
|
||||
The white LEDs are much brighter than the color LEDs. To get uniform brightness
|
||||
for both color and white you will need to limit the white led power.
|
||||
|
||||
.. warning::
|
||||
|
||||
Setting to high currents (either RGB, CW or both) could damage your bulb.
|
||||
|
||||
.. note::
|
||||
|
||||
This driver does not support enabling of both the color and the white channels
|
||||
|
Loading…
Reference in New Issue
Block a user