diff --git a/source/_components/climate.daikin.markdown b/source/_components/climate.daikin.markdown deleted file mode 100644 index 098e9a444db..00000000000 --- a/source/_components/climate.daikin.markdown +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: page -title: "Daikin AC" -description: "Instructions on how to integrate Daikin AC(s) with Home Assistant." -date: 2017-12-03 05:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: daikin.png -ha_category: Climate -ha_release: 0.59 -ha_iot_class: "Local Polling" ---- - - -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** (on supported models) -- **target temperature** -- **swing mode** (on supported models) - -Current temperature is displayed. - -For configuration instructions, see [the Daikin component](/components/daikin/). diff --git a/source/_components/daikin.markdown b/source/_components/daikin.markdown index 9d76f7ccc1b..6945eb5c990 100644 --- a/source/_components/daikin.markdown +++ b/source/_components/daikin.markdown @@ -8,13 +8,23 @@ comments: false sharing: true footer: true logo: daikin.png -ha_category: Climate +ha_category: + - Climate + - Sensor ha_release: 0.59 ha_iot_class: "Local Polling" +redirect_from: + - /components/climate.daikin/ + - /components/sensor.daikin/ --- The `daikin` component integrates Daikin air conditioning systems into Home Assistant. +There is currently support for the following device types within Home Assistant: + +- [Climate](#climate) +- [Sensor](#sensor) + ## {% linkable_title Supported hardware %} **Only** the European versions of Daikin AC (models BRP069A41, 42, 43, 45). @@ -39,5 +49,23 @@ hosts: description: List of IP addresses or hostnames. required: false default: All discovered hosts - type: list + type: list {% endconfiguration %} + +## {% linkable_title Climate %} + +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** (on supported models) +- **target temperature** +- **swing mode** (on supported models) + +Current temperature is displayed. + +## {% linkable_title Sensor %} + +The `daikin` sensor platform integrates Daikin air conditioning systems into Home Assistant, enabling displaying the following parameters: + +- Inside temperature +- Outside temperature \ No newline at end of file diff --git a/source/_components/sensor.daikin.markdown b/source/_components/sensor.daikin.markdown deleted file mode 100644 index 8a1a060c43e..00000000000 --- a/source/_components/sensor.daikin.markdown +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: page -title: "Daikin AC Sensor" -description: "Instructions on how to integrate Daikin AC(s) with Home Assistant." -date: 2017-12-03 05:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: daikin.png -ha_category: Environment -ha_release: 0.59 -ha_iot_class: "Local Polling" ---- - - -The `daikin` sensor platform integrates Daikin air conditioning systems into Home Assistant, enabling displaying the following parameters: - -- Inside temperature -- Outside temperature - -For installation instructions, see [the Daikin component](/components/daikin/).