mirror of
https://github.com/esphome/esphome.git
synced 2025-10-13 23:33:48 +01:00
18 lines
481 B
YAML
18 lines
481 B
YAML
substitutions:
|
|
pin: GPIO38
|
|
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.
|
|
remote_transmitter:
|
|
- id: xmitr
|
|
pin: ${pin}
|
|
carrier_duty_percent: 50%
|
|
clock_resolution: ${clock_resolution}
|
|
rmt_symbols: ${rmt_symbols}
|
|
use_dma: "true"
|
|
|
|
packages:
|
|
buttons: !include common-buttons.yaml
|