home-assistant.io/source/_components/device_tracker.automatic.markdown
Fabian Affolter 2790f9b3fb Add Volvo on Call docs (#1060)
* Add initial volvooncall docs

* Replace people with cars
2016-10-03 17:34:55 +02:00

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.