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
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,15 @@ sharing: true
9
9
footer: true
10
10
logo: dyson.png
11
11
ha_category: Hub
12
-
featured: false
13
-
ha_release: 0.46
12
+
ha_iot_class: "Cloud Polling"
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 (only Cool Link Purifier at this time).
16
+
The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms.
17
17
18
-
### {% linkable_title Configuration %}
18
+
Currently limited to Cool Link Purifier.
19
+
20
+
To enable this component, add the following lines to your `configuration.yaml`:
19
21
20
22
```yaml
21
23
dyson:
@@ -41,14 +43,18 @@ Configuration variables:
41
43
42
44
`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
45
To find devices IP address, you can use your router or `nmap`:
0 commit comments