mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 18:48:59 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Daikin AC | Instructions on how to integrate Daikin AC(s) with Home Assistant. | 2017-12-03 05:00 | true | false | true | true | daikin.png | Climate | 0.59 | Local Polling |
The daikin
climate platform integrates Daikin air conditioning systems into Home Assistant, enabling control of setting the following parameters:
- mode (cool, heat, dry, fan only or auto)
- fan speed (on supported models)
- target temperature
- swing mode (on supported models)
Current temperature is displayed.
{% linkable_title Configuration %}
To enable the platform, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
climate:
- platform: daikin
host: 10.0.0.1
{% configuration %} host: description: IP or hostname of the device. required: true type: string name: description: If the device has a name previously set by the user than that name will be used. required: false type: string {% endconfiguration %}