Set tests with RMT

This commit is contained in:
Edward Firmo 2024-12-19 01:46:31 +01:00
parent a510aa6afa
commit 7499d73bd6
3 changed files with 19 additions and 18 deletions

View File

@ -0,0 +1,17 @@
light:
- platform: neopixelbus
id: addr3
name: Neopixelbus Light
gamma_correct: 2.8
color_correct: [0.0, 0.0, 0.0, 0.0]
default_transition_length: 10s
effects:
- addressable_flicker:
name: Flicker Effect With Custom Values
update_interval: 16ms
intensity: 5%
type: GRBW
variant: SK6812
method: esp32_rmt
num_leds: 5
pin: 2

View File

@ -1,17 +1 @@
light:
- platform: neopixelbus
id: addr3
name: Neopixelbus Light
gamma_correct: 2.8
color_correct: [0.0, 0.0, 0.0, 0.0]
default_transition_length: 10s
effects:
- addressable_flicker:
name: Flicker Effect With Custom Values
update_interval: 16ms
intensity: 5%
type: GRBW
variant: SK6812
method: esp32_rmt
num_leds: 5
pin: 2
<<: !include common_rmt.yaml

View File

@ -1 +1 @@
<<: !include common_i2s.yaml
<<: !include common_rmt.yaml