mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Document reversed option for light partitions (#1219)
This commit is contained in:
parent
e4a155c0eb
commit
7594b01573
@ -88,6 +88,7 @@ Configuration variables:
|
|||||||
- **from** (**Required**, int): The first LED to address in the segment. Counting starts with 0,
|
- **from** (**Required**, int): The first LED to address in the segment. Counting starts with 0,
|
||||||
so first LED is 0.
|
so first LED is 0.
|
||||||
- **to** (**Required**, int): The index of the last LED to address in this segment.
|
- **to** (**Required**, int): The index of the last LED to address in this segment.
|
||||||
|
- **reversed** (**Required**, int): Whether to reverse the LEDs in this segment.
|
||||||
|
|
||||||
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
|
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
|
||||||
- **effects** (*Optional*, list): A list of :ref:`light effects <light-effects>` to use for this light.
|
- **effects** (*Optional*, list): A list of :ref:`light effects <light-effects>` to use for this light.
|
||||||
|
Loading…
Reference in New Issue
Block a user