mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Consolidate some tests (A) (#8184)
This commit is contained in:
		
							
								
								
									
										18
									
								
								tests/components/as3935_i2c/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								tests/components/as3935_i2c/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| i2c: | ||||
|   - id: i2c_as3935 | ||||
|     scl: ${scl_pin} | ||||
|     sda: ${sda_pin} | ||||
|  | ||||
| as3935_i2c: | ||||
|   irq_pin: ${irq_pin} | ||||
|  | ||||
| binary_sensor: | ||||
|   - platform: as3935 | ||||
|     name: Storm Alert | ||||
|  | ||||
| sensor: | ||||
|   - platform: as3935 | ||||
|     lightning_energy: | ||||
|       name: Lightning Energy | ||||
|     distance: | ||||
|       name: Distance Storm | ||||
		Reference in New Issue
	
	Block a user