mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
substitutions:
 | 
						|
  pwm_platform: "rp2040_pwm"
 | 
						|
  output1_pin: "4"
 | 
						|
  output2_pin: "5"
 | 
						|
  output3_pin: "6"
 | 
						|
  output4_pin: "7"
 | 
						|
  hbridge_on_pin: "2"
 | 
						|
  hbridge_off_pin: "3"
 | 
						|
 | 
						|
packages:
 | 
						|
  common: !include common.yaml
 | 
						|
 | 
						|
switch:
 | 
						|
  - id: !extend switch_hbridge
 | 
						|
    wait_time: 10ms
 | 
						|
    optimistic: true
 |