mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Add number platform to Tessie (#30451)
* Add number * Fix wording * Add metadata and sort
This commit is contained in:
parent
28e864f916
commit
c33ed4b4eb
@ -7,6 +7,7 @@ ha_category:
|
|||||||
- Climate
|
- Climate
|
||||||
- Device Tracker
|
- Device Tracker
|
||||||
- Lock
|
- Lock
|
||||||
|
- Number
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 2024.1
|
ha_release: 2024.1
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
@ -20,6 +21,7 @@ ha_platforms:
|
|||||||
- climate
|
- climate
|
||||||
- device_tracker
|
- device_tracker
|
||||||
- lock
|
- lock
|
||||||
|
- number
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
@ -142,6 +144,14 @@ The integration will create sensor entities for a variety of metrics that relate
|
|||||||
- Driver Temperature Setting
|
- Driver Temperature Setting
|
||||||
- Passenger Temperature Setting
|
- Passenger Temperature Setting
|
||||||
|
|
||||||
|
### Number
|
||||||
|
|
||||||
|
The integration will create number entities to control:
|
||||||
|
|
||||||
|
- Charge current
|
||||||
|
- Charge limit
|
||||||
|
- Speed limit
|
||||||
|
|
||||||
### Switch
|
### Switch
|
||||||
|
|
||||||
The integration will create switch entities to control various aspects of your vehicles:
|
The integration will create switch entities to control various aspects of your vehicles:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user