From 4952e355273596f83df9326b3d8799e3cf0de032 Mon Sep 17 00:00:00 2001 From: Fredrik Erlandsson Date: Sun, 30 Dec 2018 11:12:04 +0100 Subject: [PATCH] Update Daikin description (#7872) * Update sensor.daikin.markdown * Update daikin.markdown * Update daikin.markdown * Update climate.daikin.markdown * :pencil2: Tweaks --- source/_components/climate.daikin.markdown | 23 +--------------- source/_components/daikin.markdown | 21 ++------------ source/_components/sensor.daikin.markdown | 32 +--------------------- 3 files changed, 5 insertions(+), 71 deletions(-) diff --git a/source/_components/climate.daikin.markdown b/source/_components/climate.daikin.markdown index 904b3e5fa13..098e9a444db 100644 --- a/source/_components/climate.daikin.markdown +++ b/source/_components/climate.daikin.markdown @@ -23,25 +23,4 @@ The `daikin` climate platform integrates Daikin air conditioning systems into Ho Current temperature is displayed. -## {% linkable_title Configuration %} - -To enable the platform, add the following lines to your `configuration.yaml` file: - -```yaml -# 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 %} - +For configuration instructions, see [the Daikin component](/components/daikin/). diff --git a/source/_components/daikin.markdown b/source/_components/daikin.markdown index c060f41b3f8..9d76f7ccc1b 100644 --- a/source/_components/daikin.markdown +++ b/source/_components/daikin.markdown @@ -13,14 +13,13 @@ ha_release: 0.59 ha_iot_class: "Local Polling" --- - The `daikin` component integrates Daikin air conditioning systems into Home Assistant. ## {% linkable_title Supported hardware %} -**Only** the european versions of Daikin ACs (models BRP069A41, 42, 43, 45). +**Only** the European versions of Daikin AC (models BRP069A41, 42, 43, 45). -The model BRP069A42 does not support setting of fan speed or fan swing mode. +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. @@ -33,9 +32,6 @@ To automatically add all your Daikin devices (ACs and associated sensors) into y daikin: hosts: - 192.168.4.161 - monitored_conditions: - - inside_temperature - - outside_temperature ``` {% configuration %} @@ -43,16 +39,5 @@ hosts: description: List of IP addresses or hostnames. required: false default: All discovered hosts - type: list -monitored_conditions: - description: List of items you want to monitor for each device. - required: false - default: All conditions - type: list - keys: - inside_temperature: - description: The current temperature measured inside the house. - outside_temperature: - description: The current temperature measured outside the house. + type: list {% endconfiguration %} - diff --git a/source/_components/sensor.daikin.markdown b/source/_components/sensor.daikin.markdown index 5d9ba959592..ba13c7bceb6 100644 --- a/source/_components/sensor.daikin.markdown +++ b/source/_components/sensor.daikin.markdown @@ -19,34 +19,4 @@ The `daikin` sensor platform integrates Daikin air conditioning systems into Hom - Inside temperature - Outside temperature -## {% linkable_title Configuration %} - -To enable the platform manually, add the following lines to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: daikin - host: 10.0.0.1 - monitored_conditions: - - inside_temperature - - outside_temperature -``` - -{% configuration %} -host: - description: IP or hostname of the device. - required: true - type: string -monitored_conditions: - description: List of items you want to monitor for each device. - required: false - default: All conditions - type: list - keys: - inside_temperature: - description: The current temperature measured inside the house. - outside_temperature: - description: The current temperature measured outside the house. -{% endconfiguration %} - +For installation instructions, see [the Daikin component](/components/daikin/).