Skip to content

Commit ca97b0e

Browse files
committed
Update 'ha_relase' and add 'ha_iot_class'
1 parent 894f88b commit ca97b0e

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

source/_components/dyson.markdown

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ sharing: true
99
footer: true
1010
logo: dyson.png
1111
ha_category: Hub
12-
featured: false
13-
ha_release: 0.46
12+
ha_iot_class: "Cloud Polling"
13+
ha_release: 0.47
1414
---
1515

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.
1717

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`:
1921

2022
```yaml
2123
dyson:
@@ -41,14 +43,18 @@ Configuration variables:
4143

4244
`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).
4345
To find devices IP address, you can use your router or `nmap`:
44-
```
46+
47+
```bash
4548
$ nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open
4649
```
50+
4751
Where:
52+
4853
- **XXX.XXX.XXX.XXX** is your network address
4954
- **YY** is your network mask
5055

5156
For example:
52-
```
57+
58+
```bash
5359
$ nmap -p 1883 192.168.0.0/24 -- open
5460
```

source/_components/fan.dyson.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ sharing: true
99
footer: true
1010
logo: dyson.png
1111
ha_category: Fan
12-
ha_release: 0.46
12+
ha_iot_class: "Cloud Polling"
13+
ha_release: 0.47
1314
---
1415

1516

16-
The Dyson fan platform allows you to control your Dyson Purifier fans (Dyson Pure Heat/Cool link).
17+
The `dyson` fan platform allows you to control your Dyson Purifier fans.
1718

1819
You have first to setup the [Dyson component](/components/dyson/)
1920

20-
### Supported fan devices
21+
### {% linkable_title Supported fan devices %}
2122

2223
- Pure Cool link (desk and tower)
2324
- Pure Hot+cool link (but heating is not yet supported)

0 commit comments

Comments
 (0)