mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
sensor:
 | 
						|
  - platform: adc
 | 
						|
    id: my_sensor
 | 
						|
    pin: ${pin}
 | 
						|
    attenuation: 12db
 | 
						|
  - platform: integration
 | 
						|
    sensor: my_sensor
 | 
						|
    name: Integration Sensor
 | 
						|
    time_unit: s
 |