mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
wifi:
 | 
						|
  ssid: MySSID
 | 
						|
  password: password1
 | 
						|
 | 
						|
wled:
 | 
						|
 | 
						|
light:
 | 
						|
  - platform: esp32_rmt_led_strip
 | 
						|
    id: led_matrix_32x8
 | 
						|
    default_transition_length: 500ms
 | 
						|
    chipset: ws2812
 | 
						|
    rgb_order: GRB
 | 
						|
    num_leds: 256
 | 
						|
    pin: 2
 | 
						|
    effects:
 | 
						|
      - wled:
 |