mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
🚜 Merges/Redirect Tesla component pages (#8523)
This commit is contained in:
parent
bef5ae429e
commit
7e04469961
@ -1,20 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Tesla Binary Sensor"
|
||||
description: "Instructions on how to integrate Tesla binary sensors into Home Assistant."
|
||||
date: 2017-08-30 12:29
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tesla.png
|
||||
ha_category: Car
|
||||
ha_iot_class: "Cloud polling"
|
||||
ha_release: 0.53
|
||||
---
|
||||
|
||||
The `tesla` platform allows you to get data from your [Tesla](https://www.tesla.com/) sensors from within Home Assistant.
|
||||
|
||||
They will be automatically discovered if the Tesla component is loaded.
|
||||
|
||||
For more configuration information see the [Tesla component](/components/tesla/) documentation.
|
@ -1,20 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Tesla HVAC"
|
||||
description: "Instructions on how to integrate Tesla climate system (HVAC) into Home Assistant."
|
||||
date: 2017-08-30 12:20
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tesla.png
|
||||
ha_category: Car
|
||||
ha_iot_class: "Cloud push"
|
||||
ha_release: 0.53
|
||||
---
|
||||
|
||||
The `tesla` climate platform allows you to control your [Tesla](https://www.tesla.com/) climate from within Home Assistant.
|
||||
|
||||
The climate platform will be automatically configured if Tesla component is configured.
|
||||
|
||||
For more configuration information see the [Tesla component](/components/tesla/) documentation.
|
@ -1,19 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Tesla Device Tracker"
|
||||
description: "Instructions on for how to integrate Tesla into Home Assistant."
|
||||
date: 2017-08-02 12:20
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tesla.png
|
||||
ha_category: Car
|
||||
ha_release: 0.53
|
||||
---
|
||||
|
||||
The `tesla` platform allows you to get data about the location of your [Tesla](https://www.tesla.com/) car within Home Assistant.
|
||||
|
||||
The device tracker platform will be automatically configured if Tesla component is configured.
|
||||
|
||||
For more configuration information see the [Tesla component](/components/tesla/) documentation.
|
@ -1,20 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Tesla Lock"
|
||||
description: "Instructions on how to integrate Tesla door lock into Home Assistant."
|
||||
date: 2017-08-30 12:20
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tesla.png
|
||||
ha_category: Car
|
||||
ha_iot_class: "Cloud Push"
|
||||
ha_release: 0.53
|
||||
---
|
||||
|
||||
The `tesla` platform allows you to control your [Tesla](https://www.tesla.com/) door lock from within Home Assistant.
|
||||
|
||||
The lock platform will be automatically configured if `tesla` component is configured.
|
||||
|
||||
For more configuration information see the [Tesla component](/components/tesla/) documentation.
|
@ -1,20 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Tesla Sensor"
|
||||
description: "Instructions on how to integrate Tesla sensors into Home Assistant."
|
||||
date: 2017-08-30 12:21
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tesla.png
|
||||
ha_category: Car
|
||||
ha_iot_class: "Cloud Push"
|
||||
ha_release: 0.53
|
||||
---
|
||||
|
||||
The `tesla` platform allows you to get data from your [Tesla](https://www.tesla.com/) sensors from within Home Assistant.
|
||||
|
||||
The sensor platform will be automatically configured if `tesla` component is configured.
|
||||
|
||||
For more configuration information see the [Tesla component](/components/tesla/) documentation.
|
@ -1,20 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Tesla Switch"
|
||||
description: "Instructions on how to integrate Tesla charging switch into Home Assistant."
|
||||
date: 2017-09-19 12:20
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tesla.png
|
||||
ha_category: Car
|
||||
ha_iot_class: "Cloud Push"
|
||||
ha_release: 0.54
|
||||
---
|
||||
|
||||
The `tesla` platform allows you to control your [Tesla](https://www.tesla.com/) charger (enable/disable charging, max range switch) from within Home Assistant.
|
||||
|
||||
The switch platform will be automatically configured if the `tesla` component is configured.
|
||||
|
||||
For more configuration information see the [`tesla` component](/components/tesla/) documentation.
|
@ -8,9 +8,23 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tesla.png
|
||||
ha_category: Car
|
||||
ha_category:
|
||||
- Car
|
||||
- Binary Sensor
|
||||
- Climate
|
||||
- Presence Detection
|
||||
- Lock
|
||||
- Sensor
|
||||
- Switch
|
||||
ha_release: 0.53
|
||||
ha_iot_class: "Cloud Polling"
|
||||
redirect_from:
|
||||
- /components/binary_sensor.tesla/
|
||||
- /components/device_tracker.tesla/
|
||||
- /components/climate.tesla/
|
||||
- /components/lock.tesla/
|
||||
- /components/sensor.tesla/
|
||||
- /components/switch.tesla/
|
||||
---
|
||||
|
||||
The `Tesla` component offers integration with the [Tesla](https://auth.tesla.com/login) cloud service and provides presence detection as well as sensors such as charger state and temperature.
|
||||
@ -31,7 +45,7 @@ To use Tesla in your installation, add the following to your `configuration.yaml
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
tesla:
|
||||
username: YOUR_E_MAIL_ADDRESS
|
||||
username: YOUR_EMAIL_ADDRESS
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user