mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			147 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			147 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| output:
 | |
|   - platform: ${output_platform}
 | |
|     id: fan_output_1
 | |
|     pin: ${pin}
 | |
| 
 | |
| fan:
 | |
|   - platform: speed
 | |
|     id: fan_speed
 | |
|     output: fan_output_1
 |