mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +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
 |