mirror of
https://github.com/esphome/esphome.git
synced 2025-02-13 08:28:19 +00:00
11 lines
229 B
YAML
11 lines
229 B
YAML
remote_transmitter:
|
|
- id: xmitr
|
|
pin: ${pin}
|
|
carrier_duty_percent: 50%
|
|
clock_resolution: ${clock_resolution}
|
|
rmt_symbols: ${rmt_symbols}
|
|
use_dma: ${use_dma}
|
|
|
|
packages:
|
|
buttons: !include common-buttons.yaml
|