mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Updated VOC documentation (#2215)
This commit is contained in:
parent
6361e99f04
commit
3044db2270
@ -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.
|
Integrates Volvo on Call into Home Assistant. See the [main component](/components/volvooncall/) for configuration instructions.
|
||||||
|
|
||||||
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.
|
|
||||||
|
48
source/_components/volvooncall.markdown
Normal file
48
source/_components/volvooncall.markdown
Normal file
@ -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).
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user