Skip to content

Commit 3044db2

Browse files
molobrakosLandrash
authored andcommitted
Updated VOC documentation (home-assistant#2215)
1 parent 6361e99 commit 3044db2

File tree

2 files changed

+49
-18
lines changed

2 files changed

+49
-18
lines changed

source/_components/device_tracker.volvooncall.markdown

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,4 @@ ha_release: "0.30"
1313
---
1414

1515

16-
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.
17-
18-
To use Volvo On Call in your installation, add the following to your `configuration.yaml` file:
19-
20-
```yaml
21-
# Example configuration.yaml entry
22-
device_tracker:
23-
- platform: volvooncall
24-
username: username
25-
password: password
26-
```
27-
28-
Configuration variables:
29-
30-
- **username** (*Required*): The username associated with your Volvo On Call account.
31-
- **password** (*Required*): The password for your given Volvo On Call account.
32-
33-
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the cars to be tracked.
16+
Integrates Volvo on Call into Home Assistant. See the [main component](/components/volvooncall/) for configuration instructions.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: page
3+
title: "Volvo On Call"
4+
description: "Instructions for how to integrate Volvo On Call into Home Assistant."
5+
date: 2016-10-02 17:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: volvo.png
11+
ha_category: Hub
12+
ha_release: 0.39
13+
---
14+
15+
16+
The `volvooncall` platform offers integrates with the [Volvo On Call](http://www.volvocars.com/intl/own/connectivity/volvo-on-call) cloud service and offers presence detection as well as sensors such as odometer and fuel level.
17+
18+
To use Volvo On Call in your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
volvooncall:
23+
username: username
24+
password: password
25+
```
26+
27+
A more advanced example for setting the vehicle name and selecting what resources to display:
28+
29+
```yaml
30+
# Example configuration.yaml entry
31+
volvooncall:
32+
username: username
33+
password: password
34+
name:
35+
abc123: 'Batmobile'
36+
resources:
37+
- doors
38+
- lock
39+
- heater
40+
```
41+
42+
Configuration variables:
43+
44+
- **username** (*Required*): The username associated with your Volvo On Call account.
45+
- **password** (*Required*): The password for your given Volvo On Call account.
46+
- **name** (*Optional*): Make it possible to provide a name for the vehicles.
47+
- **resources** (*Optional*): A list of resources to display (defaults to all available).
48+

0 commit comments

Comments
 (0)