mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add some components to the new testing framework (C) (#6174)
This commit is contained in:
		
							
								
								
									
										9
									
								
								tests/components/ct_clamp/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/components/ct_clamp/test.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| sensor: | ||||
|   - platform: adc | ||||
|     id: esp_adc_sensor | ||||
|     pin: 39 | ||||
|   - platform: ct_clamp | ||||
|     sensor: esp_adc_sensor | ||||
|     name: CT Clamp | ||||
|     sample_duration: 500ms | ||||
|     update_interval: 5s | ||||
		Reference in New Issue
	
	Block a user