File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ volvooncall:
24
24
password : password
25
25
` ` `
26
26
27
+ Users registered with Volvo in North America will need to specify a different service url:
28
+ ` ` ` yaml
29
+ # Example configuration.yaml entry for NA
30
+ volvooncall :
31
+ username : username
32
+ password : password
33
+ service_url : ' https://vocapi-na.wirelesscar.net/customerapi/rest/v3.0/'
34
+ ` ` `
35
+
27
36
A more advanced example for setting the vehicle name and selecting what resources to display:
28
37
29
38
` ` ` yaml
@@ -43,6 +52,7 @@ Configuration variables:
43
52
44
53
- **username** (*Required*): The username associated with your Volvo On Call account.
45
54
- **password** (*Required*): The password for your given Volvo On Call account.
55
+ - **service_url** (*Optional*): The service URL to use for Volvo On Call (defaults to https://vocapi.wirelesscar.net/customerapi/rest/v3.0/).
46
56
- **name** (*Optional*): Make it possible to provide a name for the vehicles.
47
57
- **resources** (*Optional*): A list of resources to display (defaults to all available).
48
58
You can’t perform that action at this time.
0 commit comments