Updated VOC documentation (#2215)

This commit is contained in:
Erik Eriksson 2017-03-17 09:14:11 +01:00 committed by Fredrik Lindqvist
parent 6361e99f04
commit 3044db2270
2 changed files with 49 additions and 18 deletions

View file

@ -13,21 +13,4 @@ ha_release: "0.30"
---
The `volvooncall` platform offers presence detection by retrieving your car's information from the [Volvo On Call](http://www.volvocars.com/intl/own/connectivity/volvo-on-call) cloud service.
To use Volvo On Call in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
device_tracker:
- platform: volvooncall
username: username
password: password
```
Configuration variables:
- **username** (*Required*): The username associated with your Volvo On Call account.
- **password** (*Required*): The password for your given Volvo On Call account.
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the cars to be tracked.
Integrates Volvo on Call into Home Assistant. See the [main component](/components/volvooncall/) for configuration instructions.