mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
12 lines
173 B
YAML
12 lines
173 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- output.ledc.set_frequency:
|
|
id: test_ledc
|
|
frequency: 100Hz
|
|
|
|
output:
|
|
- platform: ledc
|
|
id: test_ledc
|
|
pin: 4
|