mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add button platform (#30454)
This commit is contained in:
parent
56dbb436f8
commit
7ce3e02ccf
@ -3,6 +3,7 @@ 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
|
- Binary Sensor
|
||||||
|
- Button
|
||||||
- Climate
|
- Climate
|
||||||
- Device Tracker
|
- Device Tracker
|
||||||
- Sensor
|
- Sensor
|
||||||
@ -14,6 +15,7 @@ ha_codeowners:
|
|||||||
ha_domain: tessie
|
ha_domain: tessie
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- button
|
||||||
- climate
|
- climate
|
||||||
- device_tracker
|
- device_tracker
|
||||||
- sensor
|
- sensor
|
||||||
@ -30,10 +32,23 @@ You must have a [Tessie](https://my.tessie.com/) account and [access token](http
|
|||||||
|
|
||||||
## Entities
|
## Entities
|
||||||
|
|
||||||
|
### Button
|
||||||
|
|
||||||
|
The integration will create button entities to control various aspects of the vehicle.
|
||||||
|
|
||||||
|
- Wake
|
||||||
|
- Flash lights
|
||||||
|
- Honk horn
|
||||||
|
- Homelink
|
||||||
|
- Keyless driving
|
||||||
|
- Play fart
|
||||||
|
|
||||||
|
|
||||||
### Device Tracker
|
### Device Tracker
|
||||||
|
|
||||||
The integration will create device tracker entities for the vehicles current location, and navigation destination.
|
The integration will create device tracker entities for the vehicles current location, and navigation destination.
|
||||||
|
|
||||||
|
|
||||||
### Select
|
### 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user