mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Implemented support for the TLC5971 as an output component (#6494)
This commit is contained in:
		
							
								
								
									
										12
									
								
								tests/components/tlc5971/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								tests/components/tlc5971/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| 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 | ||||
		Reference in New Issue
	
	Block a user