Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43e167e

Browse files
authored
Added config for the inbuilt led.
1 parent 02ca8e9 commit 43e167e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

esp32-generic-s3.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,12 @@ time:
3232

3333
web_server:
3434
local: true
35+
36+
light:
37+
- platform: esp32_rmt_led_strip
38+
rgb_order: GRB
39+
pin: ${gpio_pin}
40+
num_leds: 1
41+
chipset: ws2812
42+
name: "Status Light"
43+
id: ${device_id}_light

0 commit comments

Comments
 (0)