You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/device_tracker.volvooncall.markdown
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,4 @@ ha_release: "0.30"
13
13
---
14
14
15
15
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.
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).
0 commit comments