Update 'ha_relase' and add 'ha_iot_class'

This commit is contained in:
Fabian Affolter 2017-06-15 18:35:19 +02:00
parent 894f88bf0b
commit ca97b0ec7f
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 16 additions and 9 deletions

View File

@ -9,13 +9,15 @@ sharing: true
footer: true
logo: dyson.png
ha_category: Hub
featured: false
ha_release: 0.46
ha_iot_class: "Cloud Polling"
ha_release: 0.47
---
The Dyson component is the main component to integrate all [Dyson](https://dyson.com) related platforms (only Cool Link Purifier at this time).
The `dyson` component is the main component to integrate all [Dyson](https://dyson.com) related platforms.
### {% linkable_title Configuration %}
Currently limited to Cool Link Purifier.
To enable this component, add the following lines to your `configuration.yaml`:
```yaml
dyson:
@ -41,14 +43,18 @@ Configuration variables:
`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).
To find devices IP address, you can use your router or `nmap`:
```
```bash
$ nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open
```
Where:
- **XXX.XXX.XXX.XXX** is your network address
- **YY** is your network mask
For example:
```
```bash
$ nmap -p 1883 192.168.0.0/24 -- open
```

View File

@ -9,15 +9,16 @@ sharing: true
footer: true
logo: dyson.png
ha_category: Fan
ha_release: 0.46
ha_iot_class: "Cloud Polling"
ha_release: 0.47
---
The Dyson fan platform allows you to control your Dyson Purifier fans (Dyson Pure Heat/Cool link).
The `dyson` fan platform allows you to control your Dyson Purifier fans.
You have first to setup the [Dyson component](/components/dyson/)
### Supported fan devices
### {% linkable_title Supported fan devices %}
- Pure Cool link (desk and tower)
- Pure Hot+cool link (but heating is not yet supported)