forked from home-assistant/home-assistant.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated VOC documentation (home-assistant#2215)
- Loading branch information
1 parent
6361e99
commit 3044db2
Showing
2 changed files
with
49 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
layout: page | ||
title: "Volvo On Call" | ||
description: "Instructions for how to integrate Volvo On Call into Home Assistant." | ||
date: 2016-10-02 17:00 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: volvo.png | ||
ha_category: Hub | ||
ha_release: 0.39 | ||
--- | ||
|
||
|
||
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. | ||
|
||
To use Volvo On Call in your installation, add the following to your `configuration.yaml` file: | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
volvooncall: | ||
username: username | ||
password: password | ||
``` | ||
A more advanced example for setting the vehicle name and selecting what resources to display: | ||
```yaml | ||
# Example configuration.yaml entry | ||
volvooncall: | ||
username: username | ||
password: password | ||
name: | ||
abc123: 'Batmobile' | ||
resources: | ||
- doors | ||
- lock | ||
- heater | ||
``` | ||
Configuration variables: | ||
- **username** (*Required*): The username associated with your Volvo On Call account. | ||
- **password** (*Required*): The password for your given Volvo On Call account. | ||
- **name** (*Optional*): Make it possible to provide a name for the vehicles. | ||
- **resources** (*Optional*): A list of resources to display (defaults to all available). | ||