mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 16:38:43 +00:00
[mitsubishi_cn105] Add climate component for Mitsubishi A/C units with CN105 connector (Part 1) (#15315)
Co-authored-by: J. Nick Koston <nick+github@koston.org>
This commit is contained in:
4
tests/components/mitsubishi_cn105/common.yaml
Normal file
4
tests/components/mitsubishi_cn105/common.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
climate:
|
||||
- platform: mitsubishi_cn105
|
||||
name: "AC Test"
|
||||
uart_id: uart_bus
|
||||
4
tests/components/mitsubishi_cn105/test.esp32-idf.yaml
Normal file
4
tests/components/mitsubishi_cn105/test.esp32-idf.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
packages:
|
||||
uart: !include ../../test_build_components/common/uart_9600_even/esp32-idf.yaml
|
||||
|
||||
<<: !include common.yaml
|
||||
4
tests/components/mitsubishi_cn105/test.esp8266-ard.yaml
Normal file
4
tests/components/mitsubishi_cn105/test.esp8266-ard.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
packages:
|
||||
uart: !include ../../test_build_components/common/uart_9600_even/esp8266-ard.yaml
|
||||
|
||||
<<: !include common.yaml
|
||||
4
tests/components/mitsubishi_cn105/test.rp2040-ard.yaml
Normal file
4
tests/components/mitsubishi_cn105/test.rp2040-ard.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
packages:
|
||||
uart: !include ../../test_build_components/common/uart_9600_even/rp2040-ard.yaml
|
||||
|
||||
<<: !include common.yaml
|
||||
Reference in New Issue
Block a user