diff --git a/source/_components/climate.daikin.markdown b/source/_components/climate.daikin.markdown index 0eebf31628d..d4626297939 100644 --- a/source/_components/climate.daikin.markdown +++ b/source/_components/climate.daikin.markdown @@ -7,15 +7,15 @@ sidebar: true comments: false sharing: true footer: true -logo: daikin.svg +logo: daikin.png ha_category: Climate ha_release: 0.59 ha_iot_class: "Local Polling" --- -### Description ### -The climate component integrates Daikin air conditioning systems into Home Assistant, enabling control of setting the following parameters: +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** - **target temperature** @@ -24,23 +24,26 @@ The climate component integrates Daikin air conditioning systems into Home Assis Current temperature is displayed.
- 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
-### Configuration ### - -Manual configuration and customization is possible by using the sample configuration from below: +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 - name: optional name + host: 10.0.0.1 ``` -Configuration variables: - -- **host** (*Required*): IP or hostname of the device -- **name** (*Optional*): If the device has a name previously set by the user than that name will be used +{% 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 %} diff --git a/source/_components/daikin.markdown b/source/_components/daikin.markdown index 322e0b69ad2..4e9ff04e728 100644 --- a/source/_components/daikin.markdown +++ b/source/_components/daikin.markdown @@ -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.- 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
+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 %}- 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.
- -The Daikin Home Assistant platform currently supports the following Hive devices: - -- [Climate](/components/climate.daikin) -- [Sensor](/components/sensor.daikin) diff --git a/source/_components/sensor.daikin.markdown b/source/_components/sensor.daikin.markdown index b1d82211f3c..bad490b9c1a 100644 --- a/source/_components/sensor.daikin.markdown +++ b/source/_components/sensor.daikin.markdown @@ -7,36 +7,32 @@ sidebar: True comments: false sharing: true footer: true -logo: daikin.svg +logo: daikin.png ha_category: Sensor ha_release: 0.59 ha_iot_class: "Local Polling" --- -### Description ### -The sensor component 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** - **outside temperature**- 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
-### Configuration ### - -Manual configuration and customization is possible by using the sample configuration from below: +To enable the platform, add the following lines to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry sensor: - platform: daikin - host: 10.0.0.1 - name: optional name - monitored_conditions: - - inside_temperature - - outside_temperature - + host: 10.0.0.1 + monitored_conditions: + - inside_temperature + - outside_temperature ``` {% configuration %} @@ -47,7 +43,7 @@ host: 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: diff --git a/source/images/supported_brands/daikin.svg b/source/images/supported_brands/daikin.svg deleted file mode 100644 index b6f36d99046..00000000000 --- a/source/images/supported_brands/daikin.svg +++ /dev/null @@ -1,95 +0,0 @@ - -