mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
14 lines
216 B
YAML
14 lines
216 B
YAML
remote_transmitter:
|
|
pin: ${tx_pin}
|
|
carrier_duty_percent: 50%
|
|
|
|
remote_receiver:
|
|
id: rcvr
|
|
pin: ${rx_pin}
|
|
|
|
climate:
|
|
- platform: toshiba
|
|
name: "RAS-2819T Climate"
|
|
model: RAS-2819T
|
|
receiver_id: rcvr
|