mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add IntesisHome climate platform documentation (#9935)
* Add IntesisHome climate platform * Update source/_components/climate.intesishome.markdown Co-Authored-By: jnimmo <james@nimmo.net.nz> * Update source/_components/climate.intesishome.markdown Co-Authored-By: jnimmo <james@nimmo.net.nz> * Update climate.intesishome.markdown * Added some further language to differentiate IntesisBox * Update source/_components/climate.intesishome.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Update source/_components/climate.intesishome.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Update source/_components/climate.intesishome.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Update climate.intesishome.markdown * Add IntesisHome icon * Update source/_components/climate.intesishome.markdown Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com> * 🔥 Removed some obsolete code * Update source/_components/climate.intesishome.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Update source/_components/climate.intesishome.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Update source/_components/climate.intesishome.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Update source/_components/climate.intesishome.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Rename climate.intesishome.markdown to intesishome.markdown * Added Airconwithme * ✏️ Tweak * ✏️ Tweak * Move documentation to new integrations location * ✏️ Tweak * ✏️ Tweak Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
727baee37a
commit
0565c2f898
54
source/_integrations/intesishome.markdown
Normal file
54
source/_integrations/intesishome.markdown
Normal file
@ -0,0 +1,54 @@
|
||||
---
|
||||
title: "IntesisHome AC Controller"
|
||||
description: "Instructions how to integrate IntesisHome AC devices with Home Assistant"
|
||||
logo: intesishome.png
|
||||
ha_category: Climate
|
||||
ha_release: 0.104
|
||||
ha_iot_class: Cloud Push
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
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).
|
||||
|
||||
## Configuration
|
||||
|
||||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
climate:
|
||||
- platform: intesishome
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
username:
|
||||
description: "Your username for [IntesisHome.com](https://user.intesishome.com) / [Airconwithme](https://user.airconwithme.com)"
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Your password for IntesisHome
|
||||
required: true
|
||||
type: string
|
||||
device:
|
||||
description: "`IntesisHome` or `airconwithme`."
|
||||
required: false
|
||||
default: IntesisHome
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
This component opens a TCP connection with the IntesisHome API to receive temperature and status updates, and to issue commands.
|
||||
By default, the component will be named using the friendly device name from the IntesisHome website or application.
|
||||
If internet connectivity is lost, the device will be marked as unavailable after 5 minutes.
|
||||
|
||||
### Supported services
|
||||
|
||||
Available services:
|
||||
|
||||
- `climate.set_temperature`
|
||||
- `climate.set_fan_mode`
|
||||
- `climate.set_operation_mode`
|
||||
- `climate.set_swing_mode`
|
||||
- `climate.turn_on`
|
||||
- `climate.turn_off`
|
BIN
source/images/supported_brands/intesishome.png
Normal file
BIN
source/images/supported_brands/intesishome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
Loading…
x
Reference in New Issue
Block a user