mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add some components to the new testing framework (S part 1) (#6224)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										22
									
								
								tests/components/sm2135/test.esp32-c3.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								tests/components/sm2135/test.esp32-c3.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| sm2135: | ||||
|   clock_pin: 4 | ||||
|   data_pin: 5 | ||||
|   rgb_current: 20mA | ||||
|   cw_current: 60mA | ||||
|  | ||||
| output: | ||||
|   - platform: sm2135 | ||||
|     id: sm2135_0 | ||||
|     channel: 0 | ||||
|   - platform: sm2135 | ||||
|     id: sm2135_1 | ||||
|     channel: 1 | ||||
|   - platform: sm2135 | ||||
|     id: sm2135_2 | ||||
|     channel: 2 | ||||
|   - platform: sm2135 | ||||
|     id: sm2135_3 | ||||
|     channel: 3 | ||||
|   - platform: sm2135 | ||||
|     id: sm2135_4 | ||||
|     channel: 4 | ||||
		Reference in New Issue
	
	Block a user