mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
<<: !include common.yaml
 | 
						|
 | 
						|
light:
 | 
						|
  - platform: ${light_platform}
 | 
						|
    id: led_matrix_32x8
 | 
						|
    default_transition_length: 500ms
 | 
						|
    chipset: ws2812
 | 
						|
    rgb_order: GRB
 | 
						|
    num_leds: 256
 | 
						|
    pin: ${pin}
 | 
						|
    effects:
 | 
						|
      - e131:
 | 
						|
          universe: 1
 |