diff --git a/source/_integrations/tessie.markdown b/source/_integrations/tessie.markdown index 429c9a2d80b..4fa25cd36d0 100644 --- a/source/_integrations/tessie.markdown +++ b/source/_integrations/tessie.markdown @@ -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 @@ -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 \ No newline at end of file +- Passenger Temperature Setting