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