mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-02 09:16:04 +02:00
Edit mcu-apollo-dev.yaml
This commit is contained in:
+12
-1
@@ -51,7 +51,18 @@ light:
|
|||||||
num_leds: 10
|
num_leds: 10
|
||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
rmt_symbols: 48
|
rmt_symbols: 48
|
||||||
|
effects:
|
||||||
|
# Use default parameters:
|
||||||
|
- random:
|
||||||
|
# Customize parameters
|
||||||
|
- random:
|
||||||
|
name: "My Slow Random Effect"
|
||||||
|
transition_length: 30s
|
||||||
|
update_interval: 30s
|
||||||
|
- random:
|
||||||
|
name: "My Fast Random Effect"
|
||||||
|
transition_length: 4s
|
||||||
|
update_interval: 5s
|
||||||
- platform: esp32_rmt_led_strip
|
- platform: esp32_rmt_led_strip
|
||||||
name: Onboard RGB LED
|
name: Onboard RGB LED
|
||||||
pin: 5
|
pin: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user