mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
13 lines
247 B
YAML
13 lines
247 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: ledc
|
|
id: light_output_1
|
|
pin: 1
|