mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			197 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			197 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
sensor:
 | 
						|
  - platform: pulse_counter
 | 
						|
    name: Pulse Counter
 | 
						|
    pin: 4
 | 
						|
    count_mode:
 | 
						|
      rising_edge: INCREMENT
 | 
						|
      falling_edge: DECREMENT
 | 
						|
    internal_filter: 13us
 | 
						|
    update_interval: 15s
 |