mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 10:38:58 +00:00
1.4 KiB
1.4 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 | Automatic | Instructions for how to integrate Automatic ODB readers into Home Assistant. | 2015-08-28 19:00 | true | false | true | true | automatic.png | Presence Detection | 0.28 |
The automatic
platform offers presence detection by retrieving your car's information from the Automatic cloud service.
To use an Automatic ODB reader in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
device_tracker:
- platform: automatic
client_id: 1234567
secret: 0987654321
username: your@email.com
password: your_password
devices:
- 2007 Honda Element
- 2004 Subaru Impreza
Configuration variables:
- client_id (Required): The OAuth client id (get from https://developer.automatic.com/).
- secret (Required): The OAuth client secret (get from https://developer.automatic.com/).
- username (Required): The username associated with your ODB reader.
- password (Required): The password for your given ODB reader account.
- devices (Optional): The list of vehicle display names you wish to track. If not provided, all vehicles will be tracked.
See the device tracker component page for instructions how to configure the cars to be tracked.