mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 09:51:20 +01:00
c66b2c52c1
* Add rmt_channel to remote_transmitter and remote_receiver * Add codeowner * Add tests
9 lines
154 B
YAML
9 lines
154 B
YAML
remote_transmitter:
|
|
id: rcvr
|
|
pin: ${pin}
|
|
rmt_channel: ${rmt_channel}
|
|
carrier_duty_percent: 50%
|
|
|
|
packages:
|
|
buttons: !include common-buttons.yaml
|