Skip to content

Commit 75f174a

Browse files
molobrakosballoob
authored andcommitted
Update volvooncall.markdown (home-assistant#3953)
* Update volvooncall.markdown * Update volvooncall.markdown * Update volvooncall.markdown
1 parent 39892e2 commit 75f174a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/_components/volvooncall.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ volvooncall:
2525
password: password
2626
```
2727
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:
2929
3030
```yaml
3131
# North America
3232
volvooncall:
3333
username: username
3434
password: password
35-
service_url: 'https://vocapi-na.wirelesscar.net/customerapi/rest/v3.0/'
35+
region: na
3636
```
3737
```yaml
3838
# China
3939
volvooncall:
4040
username: username
4141
password: password
42-
service_url: 'https://vocapi-cn.wirelesscar.net/customerapi/rest/v3.0/'
42+
region: cn
4343
```
4444
4545
A more advanced example for setting the vehicle name and selecting what resources to display:
@@ -61,7 +61,8 @@ Configuration variables:
6161
6262
- **username** (*Required*): The username associated with your Volvo On Call account.
6363
- **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.
6566
- **name** (*Optional*): Make it possible to provide a name for the vehicles.
6667
- **resources** (*Optional*): A list of resources to display (defaults to all available).
6768

0 commit comments

Comments
 (0)