Skip to content

Commit ff7129a

Browse files
tedstrikerLandrash
authored andcommitted
Fixed category (home-assistant#2512)
* Fixed category Changed category to "Climate" * Update maxcube.markdown Added missing formatting and text.
1 parent 580d5d2 commit ff7129a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_components/maxcube.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: maxcube.png
11-
ha_category: DIY
11+
ha_category: Climate
1212
ha_release: "0.40"
1313
ha_iot_class: "Local Polling"
1414
---
1515

1616
[eQ-3 MAX!](http://www.eq-3.com/products/max.html) integration for Home Assistant allows you to connect eQ-3 MAX! components via the eQ-3 MAX! Cube. The components connects to the eQ-3 MAX! Cube via TCP and automatically makes all supported components available in Home Assistant. The name for each device is created by concatenating the MAX! room and device names.
1717

1818
Limitations:
19-
- Configuring weekly schedules is not possible
20-
- Implementation is based on the reverse engineered [MAX! protocol](https://github.com/Bouni/max-cube-protocol)
19+
- Configuring weekly schedules is not possible.
20+
- Implementation is based on the reverse engineered [MAX! protocol](https://github.com/Bouni/max-cube-protocol).
2121

2222
Supported Devices:
2323
- MAX! Radiator Thermostat (tested)
@@ -32,6 +32,6 @@ A `maxcube` section must be present in the `configuration.yaml` file and contain
3232
maxcube:
3333
host: 192.168.0.20
3434
```
35-
35+
Configuration variables:
3636
- **host** (*Required*): The IP address of the eQ-3 MAX! Cube to use.
3737
- **port** (*Optional*): The UDP port number. Defaults to `62910`.

0 commit comments

Comments
 (0)