Update Daikin docs (Typo, logo, etc.)

This commit is contained in:
Fabian Affolter 2018-01-22 08:23:47 +01:00
parent 6984581175
commit 3e06840f8f
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
4 changed files with 33 additions and 136 deletions

View file

@ -7,28 +7,26 @@ sidebar: true
comments: false
sharing: true
footer: true
logo: daikin.svg
logo: daikin.png
ha_category: Hub
ha_release: 0.59
ha_iot_class: "Local Polling"
---
### Description ###
The component integrates Daikin air conditioning systems into Home Assistant.
To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your 'configuration.yaml' file:
The `daikin` component integrates Daikin air conditioning systems into Home Assistant.
<p class='note warning'>
Please note, the Daikin platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant
Please note, the Daikin platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant
</p>
To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your 'configuration.yaml' file:
```yaml
# Example configuration.yaml entry
daikin:
hosts:
- 192.168.4.161
monitored_conditions:
- inside_temperature
- outside_temperature
@ -43,7 +41,7 @@ hosts:
monitored_conditions:
description: List of items you want to monitor for each device.
required: false
detault: All conditions
default: All conditions
type: list
keys:
inside_temperature:
@ -53,11 +51,6 @@ monitored_conditions:
{% endconfiguration %}
<p class='note warning'>
Please note that some AC devices may report outside temperature only when they are turned on.
Please note that some AC devices may report outside temperature only when they are turned on.
</p>
The Daikin Home Assistant platform currently supports the following Hive devices:
- [Climate](/components/climate.daikin)
- [Sensor](/components/sensor.daikin)