Sergey Isachenko cb27970390 Refreshing Tesla markdown. (#3404)
* Hass Markdown for Tesla component.

* Markdown fixed. Tesla logo added

* Spelling fixed.

* Fixes again

* Changes as @MartinHjelmare requested.

* Typo fix

* Markdown for Tesla switch

* Updated tesla.markdown

* Fix of the copy/paste error
2017-10-17 08:58:04 +02:00

1.4 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Tesla Instructions on how to integrate Tesla car into Home Assistant. 2017-08-28 17:00 true false true true tesla.png Hub 0.53 Cloud Polling

The Tesla component offers integration with the Tesla cloud service and provides presence detection as well as sensors such as charger state and temperature.

This component provides the following platforms:

  • Binary sensors - such as parking and charger connection.
  • Sensors - such as Battery level, Inside/Outside temperature.
  • Device tracker - to track location of your car
  • Lock - Door lock. Enables you to control Tesla's door lock
  • Climate - HVAC control. Allow you to control (turn on/off, set target temperature) your Tesla's HVAC system.
  • Switch - Charger switch. Allow you to start/stop charging.

To use Tesla in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
tesla:
  username: email
  password: password

Configuration variables:

  • username (Required): The email address associated with your Tesla account.
  • password (Required): The password for your given Tesla account.
  • scan_interval (Optional): API polling interval. Minimal value can't be less then 300. (Defaults 300)