mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Update to Addressable Color Wipe Example (#3903)
Update to the Addressable Color Wipe Example to correctly include gradient as an option of the color rather than the entire effect
This commit is contained in:
parent
e9160aa3d2
commit
54e394d8c0
@ -702,14 +702,14 @@ the strip and shifts them forward every ``add_led_interval``.
|
|||||||
- red: 100%
|
- red: 100%
|
||||||
green: 100%
|
green: 100%
|
||||||
blue: 100%
|
blue: 100%
|
||||||
num_leds: 1
|
num_leds: 5
|
||||||
|
gradient: true
|
||||||
- red: 0%
|
- red: 0%
|
||||||
green: 0%
|
green: 0%
|
||||||
blue: 0%
|
blue: 0%
|
||||||
num_leds: 1
|
num_leds: 1
|
||||||
add_led_interval: 100ms
|
add_led_interval: 100ms
|
||||||
reverse: false
|
reverse: false
|
||||||
gradient: false
|
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user