mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add climate platform to Tessie (#30247)
* Add Tessie * Add TPMS * Add new sensors * Add "Online" sensor * Add Climate * Add category and platform * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
6699bfe944
commit
9e2fbef911
@ -3,6 +3,7 @@ title: Tessie
|
|||||||
description: Instructions on how to integrate Tessie within Home Assistant.
|
description: Instructions on how to integrate Tessie within Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
- Climate
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 2024.1
|
ha_release: 2024.1
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
@ -12,11 +13,12 @@ ha_codeowners:
|
|||||||
ha_domain: tessie
|
ha_domain: tessie
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- climate
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
The Tessie integration displays various sensors from the vehicles in your [Tessie](https://my.tessie.com/) account.
|
The Tessie integration exposes various commands and sensors from the Tesla vehicles connected to your [Tessie](https://my.tessie.com/) account.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@ -52,6 +54,16 @@ The integration will create binary sensor entities for a variety of metrics that
|
|||||||
- Tire Pressure Warning Rear Left
|
- Tire Pressure Warning Rear Left
|
||||||
- Tire Pressure Warning Rear Right
|
- Tire Pressure Warning Rear Right
|
||||||
|
|
||||||
|
### Climate
|
||||||
|
|
||||||
|
The integration will create a climate entity to control the vehicles climate control system. This entity can:
|
||||||
|
|
||||||
|
- Turn on and off
|
||||||
|
- Change the drivers set temperature
|
||||||
|
- Change to one of the three keep modes: Keep, Dog, and Climate
|
||||||
|
|
||||||
|
The passenger set temperature is shown as a sensor but cannot be changed by Tessie.
|
||||||
|
|
||||||
### Sensor
|
### Sensor
|
||||||
|
|
||||||
The integration will create sensor entities for a variety of metrics that relate to your vehicles:
|
The integration will create sensor entities for a variety of metrics that relate to your vehicles:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user