Skip to content

Commit

Permalink
Add binary sensor platform to Tessie (#30248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 authored Dec 16, 2023
1 parent 1069f92 commit 48764f8
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions source/_integrations/tessie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -10,6 +11,7 @@ ha_codeowners:
- '@Bre77'
ha_domain: tessie
ha_platforms:
- binary_sensor
- sensor
ha_integration_type: integration
---
Expand All @@ -24,17 +26,43 @@ 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:

#### 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
Expand All @@ -54,4 +82,4 @@ The integration will create sensor entities for a variety of metrics that relate
- Inside Temperature
- Outside Temperature
- Driver Temperature Setting
- Passenger Temperature Setting
- Passenger Temperature Setting

0 comments on commit 48764f8

Please sign in to comment.