mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add binary sensor platform to Tessie (#30248)
This commit is contained in:
parent
1069f926d0
commit
48764f8747
@ -2,6 +2,7 @@
|
|||||||
title: Tessie
|
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
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 2024.1
|
ha_release: 2024.1
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
@ -10,6 +11,7 @@ ha_codeowners:
|
|||||||
- '@Bre77'
|
- '@Bre77'
|
||||||
ha_domain: tessie
|
ha_domain: tessie
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- binary_sensor
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
@ -24,6 +26,32 @@ You must have a [Tessie](https://my.tessie.com/) account and [access token](http
|
|||||||
|
|
||||||
## Entities
|
## Entities
|
||||||
|
|
||||||
|
### Binary Sensor
|
||||||
|
|
||||||
|
The integration will create binary sensor entities for a variety of metrics that relate to your vehicles:
|
||||||
|
|
||||||
|
#### Charge State
|
||||||
|
- Battery Heater
|
||||||
|
- Battery Charing
|
||||||
|
- Preconditioning Enabled
|
||||||
|
- Scheduled Charging Enabled
|
||||||
|
- Trip Charging Enabled
|
||||||
|
|
||||||
|
#### Climate State
|
||||||
|
- Auto Seat Climate Left
|
||||||
|
- Auto Seat Climate Right
|
||||||
|
- Auto Steering Wheel Climate
|
||||||
|
- Overheat Protection Enabled
|
||||||
|
- Overheat Protection Running
|
||||||
|
|
||||||
|
#### Vehicle State
|
||||||
|
- Dashcam Recording
|
||||||
|
- User Present
|
||||||
|
- Tire Pressure Warning Front Left
|
||||||
|
- Tire Pressure Warning Front Right
|
||||||
|
- Tire Pressure Warning Rear Left
|
||||||
|
- Tire Pressure Warning Rear Right
|
||||||
|
|
||||||
### 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:
|
||||||
@ -31,10 +59,10 @@ The integration will create sensor entities for a variety of metrics that relate
|
|||||||
#### Vehicle State
|
#### Vehicle State
|
||||||
- Online
|
- Online
|
||||||
- Odometer
|
- Odometer
|
||||||
- Tyre Pressure Front Left
|
- Tire Pressure Front Left
|
||||||
- Tyre Pressure Front Right
|
- Tire Pressure Front Right
|
||||||
- Tyre Pressure Rear Left
|
- Tire Pressure Rear Left
|
||||||
- Tyre Pressure Rear Right
|
- Tire Pressure Rear Right
|
||||||
|
|
||||||
#### Charge State
|
#### Charge State
|
||||||
- Battery Level
|
- Battery Level
|
||||||
|
Loading…
x
Reference in New Issue
Block a user