mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
tweak
This commit is contained in:
@@ -2,8 +2,7 @@ substitutions:
|
||||
pin1: GPIO3
|
||||
pin2: GPIO4
|
||||
|
||||
# Configuration is inlined instead of using !extend to make this component groupable.
|
||||
# Using !extend prevents automatic component grouping in CI, requiring individual builds.
|
||||
# WARNING: Using !extend or !remove prevents automatic component grouping in CI, making builds slower.
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
id: led_strip1
|
||||
|
||||
@@ -5,8 +5,7 @@ substitutions:
|
||||
receive_symbols: "4"
|
||||
rmt_symbols: "64"
|
||||
|
||||
# Configuration is inlined instead of using !extend to make this component groupable.
|
||||
# Using !extend prevents automatic component grouping in CI, requiring individual builds.
|
||||
# WARNING: Using !extend or !remove prevents automatic component grouping in CI, making builds slower.
|
||||
remote_receiver:
|
||||
- id: rcvr
|
||||
pin: ${pin}
|
||||
|
||||
@@ -3,8 +3,7 @@ substitutions:
|
||||
clock_resolution: "2000000"
|
||||
rmt_symbols: "64"
|
||||
|
||||
# Configuration is inlined instead of using !extend to make this component groupable.
|
||||
# Using !extend prevents automatic component grouping in CI, requiring individual builds.
|
||||
# WARNING: Using !extend or !remove prevents automatic component grouping in CI, making builds slower.
|
||||
remote_transmitter:
|
||||
- id: xmitr
|
||||
pin: ${pin}
|
||||
|
||||
Reference in New Issue
Block a user