mirror of
https://github.com/esphome/esphome.git
synced 2025-02-08 14:10:54 +00:00
15 lines
241 B
YAML
15 lines
241 B
YAML
substitutions:
|
|
light_platform: ledc
|
|
pin_o1: GPIO6
|
|
pin_o2: GPIO7
|
|
|
|
packages:
|
|
device_base: !include common.yaml
|
|
|
|
output:
|
|
- id: !extend light_output_1
|
|
channel: 0
|
|
- id: !extend light_output_2
|
|
channel: 1
|
|
phase_angle: 180°
|