Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.8 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Tesla Instructions on how to integrate Tesla car into Home Assistant. tesla.png
Car
Binary Sensor
Climate
Presence Detection
Lock
Sensor
Switch
0.53 Cloud Polling
/components/binary_sensor.tesla/
/components/device_tracker.tesla/
/components/climate.tesla/
/components/lock.tesla/
/components/sensor.tesla/
/components/switch.tesla/

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

This integration provides the following platforms:

  • Binary sensors - such as parking and charger connection.
  • Sensors - such as Battery level, Inside/Outside temperature, odometer, and estimated range.
  • 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 and max range switch. Allow you to start/stop charging and set max range charging.

Configuration

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

# Example configuration.yaml entry
tesla:
  username: YOUR_EMAIL_ADDRESS
  password: YOUR_PASSWORD

{% configuration %} username: description: The email address associated with your Tesla account. required: true type: string password: description: The password associated with your Tesla account. required: true type: string scan_interval: description: API polling interval in seconds. Minimum value can't be less than 300 (5 minutes). Very frequent polling can use battery. required: false type: integer default: 300 {% endconfiguration %}