1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-12 16:08:19 +00:00
2025-02-05 15:37:15 +13:00

14 lines
266 B
YAML

esphome:
on_boot:
then:
- output.turn_off: light_output_1
- output.turn_on: light_output_1
- output.set_level:
id: light_output_1
level: 50%
output:
- platform: ${output_platform}
id: light_output_1
pin: ${pin}