mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[CI] Consolidate some tests (H) (#8198)
This commit is contained in:
		
							
								
								
									
										15
									
								
								tests/components/htu21d/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								tests/components/htu21d/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| i2c: | ||||
|   - id: i2c_htu21d | ||||
|     scl: ${scl_pin} | ||||
|     sda: ${sda_pin} | ||||
|  | ||||
| sensor: | ||||
|   - platform: htu21d | ||||
|     model: htu21d | ||||
|     temperature: | ||||
|       name: Temperature | ||||
|     humidity: | ||||
|       name: Humidity | ||||
|     heater: | ||||
|       name: Heater | ||||
|     update_interval: 15s | ||||
		Reference in New Issue
	
	Block a user