mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| spi:
 | |
|   - id: spi_spi_led_strip
 | |
|     clk_pin: ${clk_pin}
 | |
|     mosi_pin: ${mosi_pin}
 | |
| 
 | |
| light:
 | |
|   - platform: spi_led_strip
 | |
|     num_leds: 4
 | |
|     color_correct: [80%, 60%, 100%]
 | |
|     id: rgb_led
 | |
|     name: RGB LED
 | |
|     data_rate: 8MHz
 |