1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00
This commit is contained in:
J. Nick Koston
2025-10-09 13:41:19 -10:00
parent b2b572e1af
commit 520183465f
4 changed files with 5 additions and 37 deletions

View File

@@ -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

View File

@@ -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}

View File

@@ -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}