mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Add lock platform (#30457)
This commit is contained in:
parent
ace8cf4561
commit
87d62bb64e
@ -6,6 +6,7 @@ ha_category:
|
|||||||
- Button
|
- Button
|
||||||
- Climate
|
- Climate
|
||||||
- Device Tracker
|
- Device Tracker
|
||||||
|
- Lock
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 2024.1
|
ha_release: 2024.1
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
@ -18,6 +19,7 @@ ha_platforms:
|
|||||||
- button
|
- button
|
||||||
- climate
|
- climate
|
||||||
- device_tracker
|
- device_tracker
|
||||||
|
- lock
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
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.
|
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
|
### Sensor
|
||||||
|
|
||||||
The integration will create sensor entities for a variety of metrics that relate to your vehicles:
|
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