File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ volvooncall:
25
25
password : password
26
26
` ` `
27
27
28
- Users registered with Volvo in North America or China will need to specify a service URL :
28
+ Users registered with Volvo in North America or China will need to specify a region :
29
29
30
30
` ` ` yaml
31
31
# North America
32
32
volvooncall :
33
33
username : username
34
34
password : password
35
- service_url : ' https://vocapi-na.wirelesscar.net/customerapi/rest/v3.0/ '
35
+ region : na
36
36
` ` `
37
37
` ` ` yaml
38
38
# China
39
39
volvooncall :
40
40
username : username
41
41
password : password
42
- service_url : ' https://vocapi-cn.wirelesscar.net/customerapi/rest/v3.0/ '
42
+ region : cn
43
43
` ` `
44
44
45
45
A more advanced example for setting the vehicle name and selecting what resources to display:
@@ -61,7 +61,8 @@ Configuration variables:
61
61
62
62
- **username** (*Required*): The username associated with your Volvo On Call account.
63
63
- **password** (*Required*): The password for your given Volvo On Call account.
64
- - **service_url** (*Optional*): The service URL to use for Volvo On Call (defaults to https://vocapi.wirelesscar.net/customerapi/rest/v3.0/).
64
+ - **region** (*Optional*): The region where the Volvo is registered. Needs to be set for users in North America or China.
65
+ - **service_url** (*Optional*): The service URL to use for Volvo On Call. Normally not neccessary to specify.
65
66
- **name** (*Optional*): Make it possible to provide a name for the vehicles.
66
67
- **resources** (*Optional*): A list of resources to display (defaults to all available).
67
68
You can’t perform that action at this time.
0 commit comments