mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	[CI] Consolidate some tests (S) (#8206)
This commit is contained in:
		
							
								
								
									
										13
									
								
								tests/components/sht4x/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								tests/components/sht4x/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| i2c: | ||||
|   - id: i2c_sht4x | ||||
|     scl: ${scl_pin} | ||||
|     sda: ${sda_pin} | ||||
|  | ||||
| sensor: | ||||
|   - platform: sht4x | ||||
|     temperature: | ||||
|       name: SHT4X Temperature | ||||
|     humidity: | ||||
|       name: SHT4X Humidity | ||||
|     address: 0x44 | ||||
|     update_interval: 15s | ||||
		Reference in New Issue
	
	Block a user