[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:
Boris Krivonog
2026-04-01 23:48:47 +02:00
committed by GitHub
parent bdce47e764
commit 5cdbbd4887
11 changed files with 139 additions and 0 deletions
@@ -0,0 +1,4 @@
climate:
- platform: mitsubishi_cn105
name: "AC Test"
uart_id: uart_bus
@@ -0,0 +1,4 @@
packages:
uart: !include ../../test_build_components/common/uart_9600_even/esp32-idf.yaml
<<: !include common.yaml
@@ -0,0 +1,4 @@
packages:
uart: !include ../../test_build_components/common/uart_9600_even/esp8266-ard.yaml
<<: !include common.yaml
@@ -0,0 +1,4 @@
packages:
uart: !include ../../test_build_components/common/uart_9600_even/rp2040-ard.yaml
<<: !include common.yaml