mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add binary sensor platform to Tessie (#30248)
This commit is contained in:
parent
1069f926d0
commit
48764f8747
@ -2,6 +2,7 @@
|
||||
title: Tessie
|
||||
description: Instructions on how to integrate Tessie within Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Sensor
|
||||
ha_release: 2024.1
|
||||
ha_iot_class: Cloud Polling
|
||||
@ -10,6 +11,7 @@ ha_codeowners:
|
||||
- '@Bre77'
|
||||
ha_domain: tessie
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- sensor
|
||||
ha_integration_type: integration
|
||||
---
|
||||
@ -24,6 +26,32 @@ You must have a [Tessie](https://my.tessie.com/) account and [access token](http
|
||||
|
||||
## 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
|
||||
|
||||
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
|
||||
- Online
|
||||
- Odometer
|
||||
- Tyre Pressure Front Left
|
||||
- Tyre Pressure Front Right
|
||||
- Tyre Pressure Rear Left
|
||||
- Tyre Pressure Rear Right
|
||||
- Tire Pressure Front Left
|
||||
- Tire Pressure Front Right
|
||||
- Tire Pressure Rear Left
|
||||
- Tire Pressure Rear Right
|
||||
|
||||
#### Charge State
|
||||
- Battery Level
|
||||
|
Loading…
x
Reference in New Issue
Block a user