mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +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
|
||||
- Device Tracker
|
||||
- Lock
|
||||
- Number
|
||||
- Sensor
|
||||
ha_release: 2024.1
|
||||
ha_iot_class: Cloud Polling
|
||||
@ -20,6 +21,7 @@ ha_platforms:
|
||||
- climate
|
||||
- device_tracker
|
||||
- lock
|
||||
- number
|
||||
- sensor
|
||||
ha_integration_type: integration
|
||||
---
|
||||
@ -142,6 +144,14 @@ The integration will create sensor entities for a variety of metrics that relate
|
||||
- Driver Temperature Setting
|
||||
- Passenger Temperature Setting
|
||||
|
||||
### Number
|
||||
|
||||
The integration will create number entities to control:
|
||||
|
||||
- Charge current
|
||||
- Charge limit
|
||||
- Speed limit
|
||||
|
||||
### Switch
|
||||
|
||||
The integration will create switch entities to control various aspects of your vehicles:
|
||||
|
Loading…
x
Reference in New Issue
Block a user