🚜 Merges/Redirect Dyson component pages (#8522)

This commit is contained in:
Klaas Schoute 2019-02-12 23:52:48 +01:00 committed by Paulus Schoutsen
parent 7e04469961
commit ae06eb7e3a
5 changed files with 77 additions and 119 deletions

View File

@ -1,27 +0,0 @@
---
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)

View File

@ -8,12 +8,29 @@ comments: false
sharing: true
footer: true
logo: dyson.png
ha_category: Hub
ha_category:
- Hub
- Climate
- Fan
- Sensor
- Vacuum
ha_iot_class: "Cloud Polling"
ha_release: 0.47
redirect_from:
- /components/vacuum.dyson/
- /components/climate.dyson/
- /components/fan.dyson/
- /components/sensor.dyson/
---
The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms: [Fans](/components/fan.dyson/) and [Robot vacuum cleaners](/components/vacuum.dyson/).
The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms.
There is currently support for the following device types within Home Assistant:
- Climate
- Fan
- Sensor
- Vacuum
## {% linkable_title Configuration %}
@ -82,3 +99,61 @@ For example:
```bash
$ nmap -p 1883 192.168.0.0/24 -- open
```
## {% linkable_title Vacuum %}
The `dyson` vacuum platform allows you to control your Dyson 360 Eye robot vacuum.
### {% linkable_title Component services %}
This component support the following services (see [Vacuum Cleaner Robots](/components/vacuum/)):
- [`turn_on`](/components/vacuum/#service-vacuumturn_on)
- [`turn_off`](/components/vacuum/#service-vacuumturn_off)
- [`start_pause`](/components/vacuum/#service-vacuumstart_pause)
- [`stop`](/components/vacuum/#service-vacuumstop)
- [`return_to_home`](/components/vacuum/#service-vacuumreturn_to_home)
- [`set_fan_speed`](/components/vacuum/#service-vacuumset_fanspeed). Fan speed values:
- `Quiet`
- `Max`
## {% linkable_title Climate %}
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 part on this page.
### {% 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)
## {% linkable_title Fan %}
The `dyson` fan platform allows you to control your Dyson Purifier fans.
### {% linkable_title Supported fan devices %}
- Pure Cool link (desk and tower)
- Pure Hot+cool link (see climate part) for thermal control
### {% linkable_title Attributes %}
There are several attributes which can be used for automations and templates.
| Attribute | Description |
| --------- | ----------- |
| `is_night_mode` | A boolean that indicates if the night mode of the fan device is on.
| `is_auto_mode` | A boolean that indicates if the auto mode of the fan device is on.
## {% linkable_title Sensor %}
The `dyson` sensor platform allows you to control your Dyson Purifier's filter life time.
### {% linkable_title Supported fan devices %}
- Pure Cool link (desk and tower)
- Pure Hot+cool link (see climate part) for thermal control

View File

@ -1,33 +0,0 @@
---
layout: page
title: "Dyson Purifier Fan"
description: "Instructions on how to setup the Dyson Purifier fans within Home Assistant."
date: 2017-05-27 10:00
sidebar: true
comments: false
sharing: true
footer: true
logo: dyson.png
ha_category: Fan
ha_iot_class: "Cloud Polling"
ha_release: 0.47
---
The `dyson` fan platform allows you to control your Dyson Purifier fans.
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 (see [climate](/components/climate.dyson/) for thermal control)
### {% linkable_title Attributes %}
There are several attributes which can be used for automations and templates.
| Attribute | Description |
| --------- | ----------- |
| `is_night_mode` | A boolean that indicates if the night mode of the fan device is on.
| `is_auto_mode` | A boolean that indicates if the auto mode of the fan device is on.

View File

@ -1,24 +0,0 @@
---
layout: page
title: "Dyson Purifier Sensor"
description: "Instructions on how to setup the Dyson Purifier fans within Home Assistant."
date: 2017-05-27 10:00
sidebar: true
comments: false
sharing: true
footer: true
logo: dyson.png
ha_category: Environment
ha_iot_class: "Cloud Polling"
ha_release: 0.47
---
The `dyson` sensor platform allows you to control your Dyson Purifier's filter life time.
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 (see [climate](/components/climate.dyson/) for thermal control)

View File

@ -1,33 +0,0 @@
---
layout: page
title: "Dyson 360 Eye"
description: "Instructions on how to integrate your Dyson Eye 360 vacuum robot within Home Assistant."
date: 2017-08-06 10:30
sidebar: true
comments: false
sharing: true
footer: true
logo: dyson.png
ha_category: Vacuum
ha_iot_class: "Cloud Polling"
ha_release: 0.51
---
The `dyson` vacuum platform allows you to control your Dyson 360 Eye robot vacuum.
## {% linkable_title Configuration %}
You have to set up the [Dyson component](/components/dyson/) first.
### {% linkable_title Component services %}
This component support the following services (see [Vacuum Cleaner Robots](/components/vacuum/)):
- [`turn_on`](/components/vacuum/#service-vacuumturn_on)
- [`turn_off`](/components/vacuum/#service-vacuumturn_off)
- [`start_pause`](/components/vacuum/#service-vacuumstart_pause)
- [`stop`](/components/vacuum/#service-vacuumstop)
- [`return_to_home`](/components/vacuum/#service-vacuumreturn_to_home)
- [`set_fan_speed`](/components/vacuum/#service-vacuumset_fanspeed). Fan speed values:
- `Quiet`
- `Max`