Skip to content

Commit 0da1ee9

Browse files
Teagan42fabaff
authored andcommitted
Automatic ODB reader docs (home-assistant#863)
1 parent 4e8407c commit 0da1ee9

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: page
3+
title: "Automatic"
4+
description: "Instructions for how to integrate Automatic ODB readers into Home Assistant."
5+
date: 2015-08-28 19:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: automatic.png
11+
ha_category: Presence Detection
12+
ha_release: 0.28
13+
---
14+
15+
16+
The `automatic` platform offers presence detection by retrieving your car's information from the [Automatic](http://automatic.com/) cloud service.
17+
18+
To use an Automatic ODB reader in your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
device_tracker:
23+
platform: automatic
24+
client_id: 1234567
25+
secret: 0987654321
26+
username: your@email.com
27+
password: your_password
28+
devices:
29+
- 2007 Honda Element
30+
- 2004 Subaru Impreza
31+
```
32+
33+
Configuration variables:
34+
35+
- **client_id** (*Required*): The OAuth client id (get from https://developer.automatic.com/).
36+
- **secret** (*Require*): The OAuth client secret (get from https://developer.automatic.com/).
37+
- **username** (*Required*): The username associated with your ODB reader.
38+
- **password** (*Required*): The password for your given ODB reader account.
39+
- **devices** (*Optional*): The list of vehicle display names you wish to track. If not provided, all vehicles will be tracked.
40+
41+
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
13.4 KB
Loading

0 commit comments

Comments
 (0)