mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
13 lines
192 B
YAML
13 lines
192 B
YAML
substitutions:
|
|
pin1: GPIO3
|
|
pin2: GPIO4
|
|
|
|
packages:
|
|
common: !include common-idf.yaml
|
|
|
|
light:
|
|
- id: !extend led_strip1
|
|
use_dma: "true"
|
|
- id: !extend led_strip2
|
|
use_dma: "false"
|