Fredrik Erlandsson 4952e35527 Update Daikin description (#7872)
* Update sensor.daikin.markdown

* Update daikin.markdown

* Update daikin.markdown

* Update climate.daikin.markdown

* ✏️ Tweaks
2018-12-30 11:12:04 +01:00

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 Hive devices with Home Assistant. 2017-12-10 21:00 true false true true daikin.png Climate 0.59 Local Polling

The daikin component integrates Daikin air conditioning systems into Home Assistant.

{% linkable_title Supported hardware %}

Only the European versions of Daikin AC (models BRP069A41, 42, 43, 45).

Some models do not support setting of fan speed or fan swing mode.

Please note that some AC devices may report outside temperature only when they are turned on.

{% linkable_title Configuration %}

To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your configuration.yaml file:

# Full manual example configuration.yaml entry
daikin:
  hosts:
    - 192.168.4.161

{% configuration %} hosts: description: List of IP addresses or hostnames. required: false default: All discovered hosts type: list
{% endconfiguration %}