Skip to content

Commit e1037b7

Browse files
CharlesBlondefabaff
authored andcommitted
Fix wrong language code for GB (home-assistant#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
1 parent 5eb87cd commit e1037b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/dyson.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Configuration variables:
3636

3737
- **username** (*Required*): Dyson account username (email address)
3838
- **password** (*Required*): Dyson account password
39-
- **language** (*Required*): Dyson account language country code. Known working codes: `FR`, `NL`, `UK`, `AU`. But others codes should work.
39+
- **language** (*Required*): Dyson account language country code. Known working codes: `FR`, `NL`, `GB`, `AU`. But others codes should work.
4040
- **devices** (*Optional*): List of devices
4141
- **device_id** (*Required*): Device ID. Available in the mobiles applications (*Settings* page)
4242
- **device_ip** (*Required*): Device IP address

0 commit comments

Comments
 (0)