Remove duplicate content

This commit is contained in:
Fabian Affolter 2018-09-04 15:08:39 +02:00
parent ae19e9e8db
commit 90246b2167
3 changed files with 12 additions and 23 deletions

View File

@ -23,11 +23,7 @@ The `daikin` climate platform integrates Daikin air conditioning systems into Ho
Current temperature is displayed. Current temperature is displayed.
<p class='note warning'> ## {% linkable_title Configuration %}
Please note, the `daikin` platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant. BRP069A42 does not support setting of fan speed or fan swing mode.
</p>
The platform has been integrated with discovery so all your Daikin AC's climate devices can be automatically discovered.
To enable the platform, add the following lines to your `configuration.yaml` file: To enable the platform, add the following lines to your `configuration.yaml` file:

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: daikin.png logo: daikin.png
ha_category: Hub ha_category: Climate
ha_release: 0.59 ha_release: 0.59
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
@ -16,11 +16,15 @@ ha_iot_class: "Local Polling"
The `daikin` component integrates Daikin air conditioning systems into Home Assistant. The `daikin` 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: ## {% linkable_title Supported hardware %}
<p class='note warning'> **Only** the european versions of Daikin ACs (models BRP069A41, 42, 43, 45).
Please note, the Daikin platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant.
</p> The model BRP069A42 does 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: To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your `configuration.yaml` file:
@ -52,7 +56,3 @@ monitored_conditions:
description: The current temperature measured outside the house. description: The current temperature measured outside the house.
{% endconfiguration %} {% endconfiguration %}
<p class='note warning'>
Please note that some AC devices may report outside temperature only when they are turned on.
</p>

View File

@ -16,12 +16,8 @@ ha_iot_class: "Local Polling"
The `daikin` sensor platform integrates Daikin air conditioning systems into Home Assistant, enabling displaying the following parameters: The `daikin` sensor platform integrates Daikin air conditioning systems into Home Assistant, enabling displaying the following parameters:
- **inside temperature** - Inside temperature
- **outside temperature** - Outside temperature
<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.
</p>
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}
@ -54,6 +50,3 @@ monitored_conditions:
description: The current temperature measured outside the house. description: The current temperature measured outside the house.
{% endconfiguration %} {% endconfiguration %}
<p class='note warning'>
Please note that some AC devices may report outside temperature only when they are turned on.
</p>