From e1037b7df8184dc26c0c7fb6a24bd504b74a2966 Mon Sep 17 00:00:00 2001 From: Charles Blonde Date: Sun, 23 Jul 2017 16:40:06 +0200 Subject: [PATCH] Fix wrong language code for GB (#3041) I made a mistake in the initial documentation: for UK users, the language code has to be `GB` and not `UK` https://community.home-assistant.io/t/dyson-component-not-working/21807 --- source/_components/dyson.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/dyson.markdown b/source/_components/dyson.markdown index ef77841c847..32562a5b7d8 100644 --- a/source/_components/dyson.markdown +++ b/source/_components/dyson.markdown @@ -36,7 +36,7 @@ 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`, `UK`, `AU`. But others codes should work. +- **language** (*Required*): Dyson account language country code. Known working codes: `FR`, `NL`, `GB`, `AU`. But others codes should work. - **devices** (*Optional*): List of devices - **device_id** (*Required*): Device ID. Available in the mobiles applications (*Settings* page) - **device_ip** (*Required*): Device IP address