mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	* Initial changes to support testing of additional framework versions * Rename Arduino test files
		
			
				
	
	
		
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
sensor:
 | 
						|
  - platform: adc
 | 
						|
    id: my_sensor
 | 
						|
    pin: VCC
 | 
						|
  - platform: integration
 | 
						|
    sensor: my_sensor
 | 
						|
    name: Integration Sensor
 | 
						|
    time_unit: s
 |