mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-28 21:53:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			657 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			657 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| substitutions:
 | |
|   pin: GPIO38
 | |
|   clock_resolution: "2000000"
 | |
|   filter_symbols: "2"
 | |
|   receive_symbols: "4"
 | |
|   rmt_symbols: "64"
 | |
| 
 | |
| # WARNING: Using !extend or !remove prevents automatic component grouping in CI, making builds slower.
 | |
| remote_receiver:
 | |
|   - id: rcvr
 | |
|     pin: ${pin}
 | |
|     dump: all
 | |
|     tolerance: 25%
 | |
|     clock_resolution: ${clock_resolution}
 | |
|     filter_symbols: ${filter_symbols}
 | |
|     receive_symbols: ${receive_symbols}
 | |
|     rmt_symbols: ${rmt_symbols}
 | |
|     use_dma: "true"
 | |
|     <<: !include common-actions.yaml
 | |
| 
 | |
| binary_sensor:
 | |
|   - platform: remote_receiver
 | |
|     name: Panasonic Remote Input
 | |
|     panasonic:
 | |
|       address: 0x4004
 | |
|       command: 0x100BCBD
 |