mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Update 'ha_relase' and add 'ha_iot_class'
This commit is contained in:
parent
894f88bf0b
commit
ca97b0ec7f
@ -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
|
||||
```
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user