mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
bmw connected drive (#4947)
* bmw connected drive * breaking change * replaced country with region after API change * fixed brackets
This commit is contained in:
parent
63746ddee5
commit
491c79598d
@ -25,7 +25,7 @@ bmw_connected_drive:
|
|||||||
name:
|
name:
|
||||||
username: USERNAME_BMW_CONNECTED_DRIVE
|
username: USERNAME_BMW_CONNECTED_DRIVE
|
||||||
password: PASSWORD_BMW_CONNECTED_DRIVE
|
password: PASSWORD_BMW_CONNECTED_DRIVE
|
||||||
country: COUNTRY_BMW_CONNECTED_DRIVE
|
region: one of "north_america", "china" , "rest_of_world"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -46,8 +46,8 @@ bmw_connected_drive:
|
|||||||
description: Your BMW Connected Drive password.
|
description: Your BMW Connected Drive password.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
country:
|
region:
|
||||||
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/)."
|
description: "The region of your Connected Drive account. Please use of these values: `north_america`, `china`, `rest_of_world`"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user