mirror of
https://github.com/esphome/esphome.git
synced 2025-01-14 20:11:31 +01:00
Set tests with RMT
This commit is contained in:
parent
a510aa6afa
commit
7499d73bd6
17
tests/components/neopixelbus/common_rmt.yaml
Normal file
17
tests/components/neopixelbus/common_rmt.yaml
Normal 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
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
<<: !include common_i2s.yaml
|
||||
<<: !include common_rmt.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user