mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
1.3 KiB
1.3 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Volvo On Call | Instructions for how to integrate Volvo On Call into Home Assistant. | 2016-10-02 17:00 | true | false | true | true | volvo.png | Hub | 0.39 |
The volvooncall
platform offers integrates with the 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:
# Example configuration.yaml entry
volvooncall:
username: username
password: password
A more advanced example for setting the vehicle name and selecting what resources to display:
# 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).