Skip to content

Commit b8f4e46

Browse files
CharlesBlondeMartinHjelmare
authored andcommitted
Add documentation for Dyson 360 Eye robot vacuum (home-assistant#3148)
1 parent 04dcaeb commit b8f4e46

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

source/_components/dyson.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ ha_iot_class: "Cloud Polling"
1313
ha_release: 0.47
1414
---
1515

16-
The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms.
17-
18-
Currently limited to Cool Link Purifier.
16+
The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms: [Fans](/components/fan/dyson/) and [Robot vacuum](/components/vacuum/dyson/).
1917

2018
To enable this component, add the following lines to your `configuration.yaml`:
2119

@@ -25,9 +23,9 @@ dyson:
2523
password: <dyson_acount_password>
2624
language: <dyson_account_language>
2725
devices:
28-
- device_id: <device_id_1>
26+
- device_id: <device_id_1> # eg: Pure Cool Link device
2927
device_ip: <device_ip_1>
30-
- device_id: <device_id_2>
28+
- device_id: <device_id_2> # eg: Eye 360 robot vacuum
3129
device_ip: <device_ip_2>
3230
...
3331
```
@@ -42,6 +40,8 @@ Configuration variables:
4240
- **device_ip** (*Required*): Device IP address
4341

4442
`devices` list is optional but you'll have to provide them if discovery is not working (warnings in the logs and the devices are not available in Home Assistant web interface).
43+
*If your are using a robot vacuum (Dyson 360 Eye), discovery is not yet supported so you have to provide `devices` list.*
44+
4545
To find devices IP address, you can use your router or `nmap`:
4646

4747
```bash
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: page
3+
title: "Dyson 360 Eye"
4+
description: "Instructions how to integrate your Dyson Eye 360 vacuum robot within Home Assistant."
5+
date: 2017-08-06 10:30
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: dyson.png
11+
ha_category: Vacuum
12+
ha_iot_class: "Cloud Polling"
13+
ha_release: 0.51
14+
---
15+
16+
The `dyson` vacuum platform allows you to control your Dyson 360 Eye robot vacuum.
17+
18+
You have first to setup the [Dyson component](/components/dyson/)
19+
20+
### {% linkable_title Component services %}
21+
22+
This component support the following services (see [Vacuum Cleaner Robots](/components/vacuum/)):
23+
* [`turn_on`](/components/vacuum/#service-vacuumturn_on)
24+
* [`turn_off`](/components/vacuum/#service-vacuumturn_off)
25+
* [`start_pause`](/components/vacuum/#service-vacuumstart_pause)
26+
* [`stop`](/components/vacuum/#service-vacuumstop)
27+
* [`return_to_home`](/components/vacuum/#service-vacuumreturn_to_home)
28+
* [`set_fan_speed`](/components/vacuum/#service-vacuumset_fanspeed). Fan speed values:
29+
* `Quiet`
30+
* `Max`

0 commit comments

Comments
 (0)