mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[output] Add set_min_power & set_max_power actions for FloatOutput (#8934)
				
					
				
			Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -6,6 +6,12 @@ esphome: | ||||
|       - output.set_level: | ||||
|           id: light_output_1 | ||||
|           level: 50% | ||||
|       - output.set_min_power: | ||||
|           id: light_output_1 | ||||
|           min_power: 20% | ||||
|       - output.set_max_power: | ||||
|           id: light_output_1 | ||||
|           max_power: 80% | ||||
|  | ||||
| output: | ||||
|   - platform: ${output_platform} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user