Add cover platform to Tessie (#30249)

* Re-add cover

* Add metadata
This commit is contained in:
Brett Adams 2023-12-27 15:46:05 +10:00 committed by GitHub
parent 20b8e480e1
commit 5a98329f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ ha_category:
- Binary Sensor - Binary Sensor
- Button - Button
- Climate - Climate
- Cover
- Device Tracker - Device Tracker
- Lock - Lock
- Number - Number
@ -19,6 +20,7 @@ ha_platforms:
- binary_sensor - binary_sensor
- button - button
- climate - climate
- cover
- device_tracker - device_tracker
- lock - lock
- number - number
@ -83,6 +85,11 @@ The integration will create button entities to control various aspects of the ve
- Play fart - Play fart
### Cover
The integration will create a cover entity for venting/closing windows and for opening/closing the charge port cover.
### 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.