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