mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	* Initial changes to support testing of additional framework versions * Rename Arduino test files
		
			
				
	
	
		
			13 lines
		
	
	
		
			170 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			170 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| i2c:
 | |
|   - id: i2c_hte501
 | |
|     scl: 5
 | |
|     sda: 4
 | |
| 
 | |
| sensor:
 | |
|   - platform: hte501
 | |
|     address: 0x40
 | |
|     temperature:
 | |
|       name: Temperature
 | |
|     humidity:
 | |
|       name: Humidity
 |