Skip to content

Commit 491c795

Browse files
ChristianKuehnelfrenck
authored andcommitted
bmw connected drive (home-assistant#4947)
* bmw connected drive * breaking change * replaced country with region after API change * fixed brackets
1 parent 63746dd commit 491c795

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_components/bmw_connected_drive.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bmw_connected_drive:
2525
name:
2626
username: USERNAME_BMW_CONNECTED_DRIVE
2727
password: PASSWORD_BMW_CONNECTED_DRIVE
28-
country: COUNTRY_BMW_CONNECTED_DRIVE
28+
region: one of "north_america", "china" , "rest_of_world"
2929
```
3030
3131
{% configuration %}
@@ -46,8 +46,8 @@ bmw_connected_drive:
4646
description: Your BMW Connected Drive password.
4747
required: true
4848
type: string
49-
country:
50-
description: "The country of your Connected Drive account. Please use the exact names for the country as listed on the [Connected Drive website](https://www.bmw-connecteddrive.com/)."
49+
region:
50+
description: "The region of your Connected Drive account. Please use of these values: `north_america`, `china`, `rest_of_world`"
5151
required: true
5252
type: string
5353
{% endconfiguration %}

0 commit comments

Comments
 (0)