mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 00:21:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			195 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			195 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
tlc5971:
 | 
						|
  clock_pin: ${clock_pin}
 | 
						|
  data_pin: ${data_pin}
 | 
						|
 | 
						|
output:
 | 
						|
  - platform: tlc5971
 | 
						|
    id: output_1
 | 
						|
    channel: 0
 | 
						|
    max_power: 0.8
 | 
						|
  - platform: tlc5971
 | 
						|
    id: output_2
 | 
						|
    channel: 1
 |