mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add Select platform to Tessie (#30251)
* Add Select platform * tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
9e2fbef911
commit
1d2eeff462
@ -28,11 +28,24 @@ You must have a [Tessie](https://my.tessie.com/) account and [access token](http
|
|||||||
|
|
||||||
## Entities
|
## Entities
|
||||||
|
|
||||||
|
### Select
|
||||||
|
|
||||||
|
The integration will create a select entity to control each of the seat heaters. It allows you to set each seat heater to Off, Low, Medium, or High.
|
||||||
|
|
||||||
|
- Front Left
|
||||||
|
- Front Right
|
||||||
|
- Rear Left (if installed)
|
||||||
|
- Rear Center (if installed)
|
||||||
|
- Rear Right (if installed)
|
||||||
|
- Third Row Left (if installed)
|
||||||
|
- Third Row Right (if installed)
|
||||||
|
|
||||||
### Binary Sensor
|
### Binary Sensor
|
||||||
|
|
||||||
The integration will create binary sensor entities for a variety of metrics that relate to your vehicles:
|
The integration will create binary sensor entities for a variety of metrics that relate to your vehicles:
|
||||||
|
|
||||||
#### Charge State
|
#### Charge State
|
||||||
|
|
||||||
- Battery Heater
|
- Battery Heater
|
||||||
- Battery Charing
|
- Battery Charing
|
||||||
- Preconditioning Enabled
|
- Preconditioning Enabled
|
||||||
@ -40,6 +53,7 @@ The integration will create binary sensor entities for a variety of metrics that
|
|||||||
- Trip Charging Enabled
|
- Trip Charging Enabled
|
||||||
|
|
||||||
#### Climate State
|
#### Climate State
|
||||||
|
|
||||||
- Auto Seat Climate Left
|
- Auto Seat Climate Left
|
||||||
- Auto Seat Climate Right
|
- Auto Seat Climate Right
|
||||||
- Auto Steering Wheel Climate
|
- Auto Steering Wheel Climate
|
||||||
@ -47,6 +61,7 @@ The integration will create binary sensor entities for a variety of metrics that
|
|||||||
- Overheat Protection Running
|
- Overheat Protection Running
|
||||||
|
|
||||||
#### Vehicle State
|
#### Vehicle State
|
||||||
|
|
||||||
- Dashcam Recording
|
- Dashcam Recording
|
||||||
- User Present
|
- User Present
|
||||||
- Tire Pressure Warning Front Left
|
- Tire Pressure Warning Front Left
|
||||||
@ -69,6 +84,7 @@ The passenger set temperature is shown as a sensor but cannot be changed by Tess
|
|||||||
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:
|
||||||
|
|
||||||
#### Vehicle State
|
#### Vehicle State
|
||||||
|
|
||||||
- Online
|
- Online
|
||||||
- Odometer
|
- Odometer
|
||||||
- Tire Pressure Front Left
|
- Tire Pressure Front Left
|
||||||
@ -77,6 +93,7 @@ The integration will create sensor entities for a variety of metrics that relate
|
|||||||
- Tire Pressure Rear Right
|
- Tire Pressure Rear Right
|
||||||
|
|
||||||
#### Charge State
|
#### Charge State
|
||||||
|
|
||||||
- Battery Level
|
- Battery Level
|
||||||
- Change Energy Added
|
- Change Energy Added
|
||||||
- Change Power
|
- Change Power
|
||||||
@ -86,11 +103,13 @@ The integration will create sensor entities for a variety of metrics that relate
|
|||||||
- Battery Range
|
- Battery Range
|
||||||
|
|
||||||
#### Drive State
|
#### Drive State
|
||||||
|
|
||||||
- Speed
|
- Speed
|
||||||
- Power
|
- Power
|
||||||
- Shift State
|
- Shift State
|
||||||
|
|
||||||
### Climate State
|
### Climate State
|
||||||
|
|
||||||
- Inside Temperature
|
- Inside Temperature
|
||||||
- Outside Temperature
|
- Outside Temperature
|
||||||
- Driver Temperature Setting
|
- Driver Temperature Setting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user