config files on 14-12-2023 09:06:28
This commit is contained in:
17
esphome/templates/light_rgbw_rmt.yaml
Normal file
17
esphome/templates/light_rgbw_rmt.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
rmt_channel: 0
|
||||
is_rgbw: True
|
||||
id: led_lights
|
||||
restore_mode: RESTORE_DEFAULT_ON
|
||||
name: ${device_name}_leds
|
||||
chipset: ${chipset}
|
||||
rgb_order: GRB
|
||||
num_leds: 2 #${num_leds}
|
||||
pin: ${pin_led1}
|
||||
effects:
|
||||
- flicker:
|
||||
name: "Flicker"
|
||||
alpha: 95%
|
||||
intensity: 1.5%
|
||||
@@ -1,2 +1,3 @@
|
||||
# logging
|
||||
logger:
|
||||
logger:
|
||||
baud_rate: 115200
|
||||
Reference in New Issue
Block a user