From ca97b0ec7f1d8dfc7a7ec1cc7e9fd819fe762e8f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 15 Jun 2017 18:35:19 +0200 Subject: [PATCH] Update 'ha_relase' and add 'ha_iot_class' --- source/_components/dyson.markdown | 18 ++++++++++++------ source/_components/fan.dyson.markdown | 7 ++++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/source/_components/dyson.markdown b/source/_components/dyson.markdown index fd7fc3acd76..ef77841c847 100644 --- a/source/_components/dyson.markdown +++ b/source/_components/dyson.markdown @@ -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 ``` diff --git a/source/_components/fan.dyson.markdown b/source/_components/fan.dyson.markdown index 3b93cc9b788..e827c7ab2cb 100644 --- a/source/_components/fan.dyson.markdown +++ b/source/_components/fan.dyson.markdown @@ -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)