From c7cbd29dfcdf7982969b1ad766bb35e053808654 Mon Sep 17 00:00:00 2001 From: On Freund Date: Wed, 23 Oct 2019 23:46:54 +0300 Subject: [PATCH] Coolmaster config flow documentation (#10947) --- source/_integrations/coolmaster.markdown | 47 +++++------------------- 1 file changed, 9 insertions(+), 38 deletions(-) diff --git a/source/_integrations/coolmaster.markdown b/source/_integrations/coolmaster.markdown index e325d87b536..51335b919f7 100644 --- a/source/_integrations/coolmaster.markdown +++ b/source/_integrations/coolmaster.markdown @@ -9,43 +9,14 @@ ha_iot_class: Local Polling --- -The `coolmaster` climate platform lets you control HVAC through [CoolMasterNet](https://coolautomation.com/products/coolmasternet/). To set it up, add the following information to your `configuration.yaml` file: +The `coolmaster` climate platform lets you control HVAC through [CoolMasterNet](https://coolautomation.com/products/coolmasternet/). -```yaml -climate: - - platform: coolmaster - host: YOUR_COOLMASTER_HOST - port: YOUR_COOLMASTER_PORT - supported_modes: - - heat - - cool - - dry -``` +## Configuration via the frontend -{% configuration %} -host: - description: The host address of your CoolMasterNet instance (IP or host name). - required: true - type: string -port: - description: The port number of your CoolMasterNet instance. - required: false - type: integer - default: 10102 -supported_modes: - description: The operation modes supported by your HVAC. - required: false - type: list - default: All modes - keys: - heat: - description: Heat mode. - cool: - description: Cool mode. - heat_cool: - description: Heat/Cool mode (CoolMasterNet refers to it as Auto). - dry: - description: Dry mode. - fan_only: - description: Fan only mode. -{% endconfiguration %} +Menu: **Configuration** -> **Integrations**. + +Click on the `+` sign to add an integration and click on **CoolMasterNet**. +Select the host and port of your instance, and check the box for the modes +supported by your HVAC units. The units you have configured in CoolMasterNet +will be automatically added to Home Assistant as Climate entities and +matching devices.