Coolmaster config flow documentation (#10947)

This commit is contained in:
On Freund 2019-10-23 23:46:54 +03:00 committed by Franck Nijhof
parent 4a821d4814
commit c7cbd29dfc

View File

@ -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 ## Configuration via the frontend
climate:
- platform: coolmaster
host: YOUR_COOLMASTER_HOST
port: YOUR_COOLMASTER_PORT
supported_modes:
- heat
- cool
- dry
```
{% configuration %} Menu: **Configuration** -> **Integrations**.
host:
description: The host address of your CoolMasterNet instance (IP or host name). Click on the `+` sign to add an integration and click on **CoolMasterNet**.
required: true Select the host and port of your instance, and check the box for the modes
type: string supported by your HVAC units. The units you have configured in CoolMasterNet
port: will be automatically added to Home Assistant as Climate entities and
description: The port number of your CoolMasterNet instance. matching devices.
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 %}