mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
[toshiba] Add support for RAS-2819T air conditioner (#9490)
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>
This commit is contained in:
13
tests/components/toshiba/common_ras2819t.yaml
Normal file
13
tests/components/toshiba/common_ras2819t.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
5
tests/components/toshiba/test_ras2819t.esp32-ard.yaml
Normal file
5
tests/components/toshiba/test_ras2819t.esp32-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO5
|
||||
rx_pin: GPIO4
|
||||
|
||||
<<: !include common_ras2819t.yaml
|
||||
5
tests/components/toshiba/test_ras2819t.esp32-c3-ard.yaml
Normal file
5
tests/components/toshiba/test_ras2819t.esp32-c3-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO5
|
||||
rx_pin: GPIO4
|
||||
|
||||
<<: !include common_ras2819t.yaml
|
||||
5
tests/components/toshiba/test_ras2819t.esp32-c3-idf.yaml
Normal file
5
tests/components/toshiba/test_ras2819t.esp32-c3-idf.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO5
|
||||
rx_pin: GPIO4
|
||||
|
||||
<<: !include common_ras2819t.yaml
|
||||
5
tests/components/toshiba/test_ras2819t.esp32-idf.yaml
Normal file
5
tests/components/toshiba/test_ras2819t.esp32-idf.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO5
|
||||
rx_pin: GPIO4
|
||||
|
||||
<<: !include common_ras2819t.yaml
|
||||
5
tests/components/toshiba/test_ras2819t.esp8266-ard.yaml
Normal file
5
tests/components/toshiba/test_ras2819t.esp8266-ard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
tx_pin: GPIO5
|
||||
rx_pin: GPIO4
|
||||
|
||||
<<: !include common_ras2819t.yaml
|
||||
Reference in New Issue
Block a user