Skip to content

Commit 7166c44

Browse files
mpstephanapalp
authored andcommitted
Update volvooncall.markdown
Doc change for home-assistant/core#7919
1 parent 8a7da42 commit 7166c44

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/_components/volvooncall.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ volvooncall:
2424
password: password
2525
```
2626
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+
2736
A more advanced example for setting the vehicle name and selecting what resources to display:
2837
2938
```yaml
@@ -43,6 +52,7 @@ Configuration variables:
4352
4453
- **username** (*Required*): The username associated with your Volvo On Call account.
4554
- **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/).
4656
- **name** (*Optional*): Make it possible to provide a name for the vehicles.
4757
- **resources** (*Optional*): A list of resources to display (defaults to all available).
4858

0 commit comments

Comments
 (0)