Skip to content

Commit 0f6cb4e

Browse files
authored
Add support for IntesisBox
1 parent afd94a3 commit 0f6cb4e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

source/_integrations/intesishome.markdown

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ha_platforms:
1111
- climate
1212
---
1313

14-
The `IntesisHome` climate platform lets you control [IntesisHome](https://www.intesishome.com) and [Airconwithme](https://airconwithme.com) devices. IntesisHome provides integrations with air conditioners, including Panasonic, Daikin, Fujitsu, Toshiba, LG and more.
14+
The `IntesisHome` climate platform lets you control [IntesisHome](https://www.intesishome.com), [Airconwithme](https://airconwithme.com) and [IntesisBox](https://www.intesisbox.com) devices. IntesisHome provides integrations with air conditioners, including Panasonic, Daikin, Fujitsu, Toshiba, LG and more.
1515

16-
Note: IntesisHome products are a separate product line to IntesisBox. This platform does not support IntesisBox devices (which can be controlled locally using the WMP protocol).
16+
IntesisBox provides local control using the WMP protocol. This platform also provides local control for IntesisHome devices with an integrated web server using the `intesishome_local` option.
1717

1818
## Configuration
1919

@@ -29,22 +29,25 @@ climate:
2929
{% configuration %}
3030
username:
3131
description: "Your username for [IntesisHome.com](https://accloud.intesis.com) / [Airconwithme](https://airconwithme.com)"
32-
required: true
32+
required: false
3333
type: string
3434
password:
3535
description: Your password for IntesisHome
36-
required: true
36+
required: false
3737
type: string
3838
device:
39-
description: "`IntesisHome` or `airconwithme`."
39+
description: "`IntesisHome`, `airconwithme`, `intesisbox_local` or `IntesisBox`"
4040
required: false
4141
default: IntesisHome
4242
type: string
43+
host:
44+
description: IP address or hostname of IntesisBox or IntesisHome device.
45+
required: false
46+
type: String
4347
{% endconfiguration %}
4448

4549
This component opens a TCP connection with the IntesisHome API to receive temperature and status updates, and to issue commands.
46-
By default, the component will be named using the friendly device name from the IntesisHome website or application.
47-
If internet connectivity is lost, the device will be marked as unavailable after 5 minutes.
50+
By default, the component will be named using the friendly device name from the IntesisHome website.
4851

4952
### Supported services
5053

0 commit comments

Comments
 (0)