From 538cbd57db5d387467f7c262875f74a853efe825 Mon Sep 17 00:00:00 2001 From: Oscar Calvo <2091582+ocalvo@users.noreply.github.com> Date: Sun, 24 Dec 2023 01:11:20 -0600 Subject: [PATCH] Docs for Midea ccm15 new integration (#27965) * Add Docs * remove code fence for integrations that support UI config flow, we use the name as shown in the UI. * fix markdown list numbers --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/ccm15.markdown | 43 +++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 source/_integrations/ccm15.markdown diff --git a/source/_integrations/ccm15.markdown b/source/_integrations/ccm15.markdown new file mode 100644 index 00000000000..c47bc1518b8 --- /dev/null +++ b/source/_integrations/ccm15.markdown @@ -0,0 +1,43 @@ +--- +title: Midea CCM15 Data Converter +description: Instructions on how to integrate a Midea CCM15 module into Home Assistant. +ha_category: + - Climate +ha_iot_class: Local Polling +ha_release: 2023.07.0 +ha_config_flow: true +ha_codeowners: + - '@ocalvo' +ha_domain: ccm15 +ha_quality_scale: platinum +ha_dhcp: true +ha_platforms: + - climate +ha_integration_type: integration +--- + +The CCM15 integration allows you to integrate [Midea CCM15](https://mbt.midea.com/hvac-goods/midea-products-category/vrfs/vrf-controller/central-controller-ccm-15) devices in Home Assistant. + +There is currently support for the following device types within Home Assistant: + +- [Configuration](#configuration) +- [Climate](#climate) + +## Configuration + +Adding a CCM15 data converter to your Home Assistant instance can be done via the user interface, by using this My Button: +{% my config_flow_start badge domain=page.ha_domain %} + +{% details "Manual configuration steps" %} + +1. Browse to your Home Assistant instance. +2. Go to **{% my integrations title="Settings > Devices & Services" %}**. +3. In the bottom right corner, select the + **{% my config_flow_start icon domain=page.ha_domain %}** button. +4. From the list, select **CCM15** and follow the instructions on screen. + +{% enddetails %} + +## Climate + +Each data controller can support up to 64 `climate` devices.