From 0ab12a0b072122f4bcfd5fce1e66f472bb74c99d Mon Sep 17 00:00:00 2001 From: Phil Hawthorne Date: Wed, 10 Oct 2018 18:32:40 +1100 Subject: [PATCH] Slight spelling and fixes for the Dyson component (#6653) Just tidies things up slightly --- source/_components/dyson.markdown | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/source/_components/dyson.markdown b/source/_components/dyson.markdown index adc8af1d33b..84f380e9285 100644 --- a/source/_components/dyson.markdown +++ b/source/_components/dyson.markdown @@ -36,15 +36,19 @@ Configuration variables: - **username** (*Required*): Dyson account username (email address). - **password** (*Required*): Dyson account password. -- **language** (*Required*): Dyson account language country code. Known working codes: `FR`, `NL`, `GB`, `AU`. But others codes should work. +- **language** (*Required*): Dyson account language country code. Known working codes: `FR`, `NL`, `GB`, `AU`. Other codes should be supported. - **devices** (*Optional*): List of devices. - - **device_id** (*Required*): Device ID. The Serial Number of the device. Found in the mobiles applications device settings page. + - **device_id** (*Required*): Device ID. The Serial Number of the device. Found in the smart phone app device settings page. - **device_ip** (*Required*): Device IP address. -`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). -*If your are using a robot vacuum (Dyson 360 Eye), discovery is not yet supported so you have to provide `devices` list.* -To find devices IP address, you can use your router or `nmap`: +The `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). + +

+Discovery is not yet supported for any robot vacuum models (Dyson 360 Eye). For these devices, you will need to provide them in the `devices` list. +

+ +To find a devices IP address, you can use your router or `nmap`: ```bash $ nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open