From 23f98570332e1b29d35abcce25f274ec9eda2880 Mon Sep 17 00:00:00 2001 From: Oscar Tin Lai Date: Mon, 22 Oct 2018 04:53:12 +1100 Subject: [PATCH] Add documents for dyson climate device (#5420) * Added documents for dyson climate device * :pencil2: Tweaks * :arrow_up: ha_release 0.77 * fixed typos * :pencil2: Tweaks --- source/_components/climate.dyson.markdown | 27 +++++++++++++++++++++++ source/_components/fan.dyson.markdown | 2 +- source/_components/sensor.dyson.markdown | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 source/_components/climate.dyson.markdown diff --git a/source/_components/climate.dyson.markdown b/source/_components/climate.dyson.markdown new file mode 100644 index 00000000000..969c20594cf --- /dev/null +++ b/source/_components/climate.dyson.markdown @@ -0,0 +1,27 @@ +--- +layout: page +title: "Dyson Climate Control" +description: "Instructions on how to integrate your Dyson Climate device within Home Assistant." +date: 2018-05-23 22:30 +sidebar: true +comments: false +sharing: true +footer: true +logo: dyson.png +ha_category: Climate +ha_iot_class: "Cloud Polling" +ha_release: 0.81 +--- + +The `dyson` climate platform allows you to control your Dyson Pure Hot+Cool Fan thermal control. For controlling the fan functionality, see the [Dyson fan](/components/fan.dyson/) platform. + +You have first to set up the [Dyson component](/components/dyson/). + +### {% linkable_title Component services %} + +This component supports the following services (see [Climate](/components/climate/)): +* [`turn_on`](/components/climate/#service-climateturn_on) +* [`turn_off`](/components/climate/#service-climateturn_off) +* [`set_temperature`](/components/climate/#service-climateset_temperature) +* [`set_fan_mode`](/components/climate/#service-climateset_fan_mode) +* [`set_operation_mode`](/components/climate/#service-climateset_operation_mode) diff --git a/source/_components/fan.dyson.markdown b/source/_components/fan.dyson.markdown index 8ac36b9fc9f..22240bbdb92 100644 --- a/source/_components/fan.dyson.markdown +++ b/source/_components/fan.dyson.markdown @@ -21,7 +21,7 @@ You first have to setup the [Dyson component](/components/dyson/) ### {% linkable_title Supported fan devices %} - Pure Cool link (desk and tower) -- Pure Hot+cool link (heating is not yet supported) +- Pure Hot+cool link (see [climate](/components/climate.dyson/) for thermal control) ### {% linkable_title Attributes %} diff --git a/source/_components/sensor.dyson.markdown b/source/_components/sensor.dyson.markdown index 8a1cd8a1efb..c92b2f7d669 100644 --- a/source/_components/sensor.dyson.markdown +++ b/source/_components/sensor.dyson.markdown @@ -21,4 +21,4 @@ You have first to setup the [Dyson component](/components/dyson/) ### {% linkable_title Supported fan devices %} - Pure Cool link (desk and tower) -- Pure Hot+cool link (but heating is not yet supported) +- Pure Hot+cool link (see [climate](/components/climate.dyson/) for thermal control)