1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01: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:
Djordje Mandic
2025-07-29 07:22:44 +02:00
committed by GitHub
parent 4ff3137c0d
commit 6d30269565
3 changed files with 68 additions and 0 deletions

View File

@@ -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}