mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +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
|
footer: true
|
||||||
logo: dyson.png
|
logo: dyson.png
|
||||||
ha_category: Hub
|
ha_category: Hub
|
||||||
featured: false
|
ha_iot_class: "Cloud Polling"
|
||||||
ha_release: 0.46
|
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
|
```yaml
|
||||||
dyson:
|
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).
|
`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`:
|
To find devices IP address, you can use your router or `nmap`:
|
||||||
```
|
|
||||||
|
```bash
|
||||||
$ nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open
|
$ nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open
|
||||||
```
|
```
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
|
|
||||||
- **XXX.XXX.XXX.XXX** is your network address
|
- **XXX.XXX.XXX.XXX** is your network address
|
||||||
- **YY** is your network mask
|
- **YY** is your network mask
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```
|
|
||||||
|
```bash
|
||||||
$ nmap -p 1883 192.168.0.0/24 -- open
|
$ nmap -p 1883 192.168.0.0/24 -- open
|
||||||
```
|
```
|
||||||
|
@ -9,15 +9,16 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: dyson.png
|
logo: dyson.png
|
||||||
ha_category: Fan
|
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/)
|
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 Cool link (desk and tower)
|
||||||
- Pure Hot+cool link (but heating is not yet supported)
|
- Pure Hot+cool link (but heating is not yet supported)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user