mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
21 lines
245 B
YAML
21 lines
245 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
i2c:
|
|
sda: 21
|
|
scl: 22
|
|
|
|
output:
|
|
- platform: ledc
|
|
id: ledc_out
|
|
pin: 25
|
|
- platform: ac_dimmer
|
|
id: dimmer_out
|
|
gate_pin: 26
|
|
zero_cross_pin: 27
|