Skip to content

Commit 3410f29

Browse files
jnimmofrenck
authored andcommitted
Added Airconwithme
1 parent af13905 commit 3410f29

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/_components/intesishome.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ha_release: 0.96
77
ha_iot_class: Cloud Push
88
---
99

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

1212
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).
1313

@@ -24,13 +24,17 @@ climate:
2424
2525
{% configuration %}
2626
username:
27-
description: Your username for [IntesisHome.com](https://user.intesishome.com)
27+
description: Your username for [IntesisHome.com](https://user.intesishome.com) / [Airconwithme](https://user.airconwithme.com)
2828
required: true
2929
type: string
3030
password:
3131
description: Your password for IntesisHome
3232
required: true
3333
type: string
34+
device:
35+
description: IntesisHome or airconwithme (defaults to IntesisHome if not specified)
36+
required: false
37+
type: string
3438
{% endconfiguration %}
3539
3640
This component opens a TCP connection with the IntesisHome API to receive temperature and status updates, and to issue commands.

0 commit comments

Comments
 (0)