mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	* Initial changes to support testing of additional framework versions * Rename Arduino test files
		
			
				
	
	
		
			11 lines
		
	
	
		
			140 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			140 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| i2c:
 | |
|   - id: i2c_fs3000
 | |
|     scl: 5
 | |
|     sda: 4
 | |
| 
 | |
| sensor:
 | |
|   - platform: fs3000
 | |
|     name: Air Velocity
 | |
|     model: 1005
 | |
|     update_interval: 60s
 |