mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
CoolMasterNet integration documentation (#8422)
This commit is contained in:
parent
62afdd0bf6
commit
2528f6b3c5
56
source/_components/climate.coolmaster.markdown
Normal file
56
source/_components/climate.coolmaster.markdown
Normal file
@ -0,0 +1,56 @@
|
||||
---
|
||||
layout: page
|
||||
title: "CoolMasterNet Climate"
|
||||
description: "Instructions on how to integrate CoolMasterNet within Home Assistant."
|
||||
date: 2019-02-05 00:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: coolautomation.png
|
||||
ha_category: Climate
|
||||
ha_release: 0.88
|
||||
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:
|
||||
|
||||
```yaml
|
||||
climate:
|
||||
- platform: coolmaster
|
||||
host: YOUR_COOLMASTER_HOST
|
||||
port: YOUR_COOLMASTER_PORT
|
||||
supported_modes:
|
||||
- heat
|
||||
- cool
|
||||
- dry
|
||||
```
|
||||
|
||||
{% 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.
|
||||
auto:
|
||||
description: Auto mode.
|
||||
dry:
|
||||
description: Dry mode.
|
||||
fan_only:
|
||||
description: Fan only mode.
|
||||
{% endconfiguration %}
|
BIN
source/images/supported_brands/coolautomation.png
Normal file
BIN
source/images/supported_brands/coolautomation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
x
Reference in New Issue
Block a user