mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			129 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			129 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
output:
 | 
						|
  - platform: ledc
 | 
						|
    id: fan_output_1
 | 
						|
    pin: 12
 | 
						|
 | 
						|
fan:
 | 
						|
  - platform: speed
 | 
						|
    id: fan_speed
 | 
						|
    output: fan_output_1
 |