You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/dyson.markdown
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,7 @@ ha_iot_class: "Cloud Polling"
13
13
ha_release: 0.47
14
14
---
15
15
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/).
19
17
20
18
To enable this component, add the following lines to your `configuration.yaml`:
21
19
@@ -25,9 +23,9 @@ dyson:
25
23
password: <dyson_acount_password>
26
24
language: <dyson_account_language>
27
25
devices:
28
-
- device_id: <device_id_1>
26
+
- device_id: <device_id_1># eg: Pure Cool Link device
`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
+
45
45
To find devices IP address, you can use your router or `nmap`:
0 commit comments