mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add lock platform (#30457)
This commit is contained in:
parent
ace8cf4561
commit
87d62bb64e
@ -6,6 +6,7 @@ ha_category:
|
||||
- Button
|
||||
- Climate
|
||||
- Device Tracker
|
||||
- Lock
|
||||
- Sensor
|
||||
ha_release: 2024.1
|
||||
ha_iot_class: Cloud Polling
|
||||
@ -18,6 +19,7 @@ ha_platforms:
|
||||
- button
|
||||
- climate
|
||||
- device_tracker
|
||||
- lock
|
||||
- sensor
|
||||
ha_integration_type: integration
|
||||
---
|
||||
@ -100,6 +102,10 @@ The integration will create a climate entity to control the vehicles climate con
|
||||
|
||||
The passenger set temperature is shown as a sensor but cannot be changed by Tessie.
|
||||
|
||||
### Lock
|
||||
|
||||
The integration will create a lock entity for each vehicle.
|
||||
|
||||
### Sensor
|
||||
|
||||
The integration will create sensor entities for a variety of metrics that relate to your vehicles:
|
||||
|
Loading…
x
Reference in New Issue
Block a user