mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			471 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			471 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| output:
 | |
|   - platform: ${light_platform}
 | |
|     id: light_output_1
 | |
|     pin: ${pin1}
 | |
|   - platform: ${light_platform}
 | |
|     id: light_output_2
 | |
|     pin: ${pin2}
 | |
|   - platform: ${light_platform}
 | |
|     id: light_output_3
 | |
|     pin: ${pin3}
 | |
|   - platform: ${light_platform}
 | |
|     id: light_output_4
 | |
|     pin: ${pin4}
 | |
| 
 | |
| light:
 | |
|   - platform: rgbw
 | |
|     name: RGBW Light
 | |
|     red: light_output_1
 | |
|     green: light_output_2
 | |
|     blue: light_output_3
 | |
|     white: light_output_4
 | |
|     color_interlock: true
 |