mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
20 lines
476 B
YAML
20 lines
476 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- output.turn_off: output_light_output_1
|
|
- output.turn_on: output_light_output_1
|
|
- output.set_level:
|
|
id: output_light_output_1
|
|
level: 50%
|
|
- output.set_min_power:
|
|
id: output_light_output_1
|
|
min_power: 20%
|
|
- output.set_max_power:
|
|
id: output_light_output_1
|
|
max_power: 80%
|
|
|
|
output:
|
|
- platform: ${output_platform}
|
|
id: output_light_output_1
|
|
pin: ${pin}
|