mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add climate to Tesla Fleet (#34128)
* Add climate to Tesla Fleet * Update tesla_fleet.markdown * Update tesla_fleet.markdown * Update tesla_fleet.markdown * fix typo --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
f8784a595e
commit
a90958d6e8
@ -4,6 +4,7 @@ description: Instructions on how to integrate the Tesla Fleet API within Home As
|
||||
ha_category:
|
||||
- Binary sensor
|
||||
- Car
|
||||
- Climate
|
||||
- Device tracker
|
||||
- Sensor
|
||||
ha_release: 2024.8
|
||||
@ -14,6 +15,7 @@ ha_codeowners:
|
||||
ha_domain: tesla_fleet
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- climate
|
||||
- device_tracker
|
||||
- diagnostics
|
||||
- sensor
|
||||
@ -45,6 +47,10 @@ When connecting your Tesla account to Home Assistant, you **must** select the `V
|
||||
|
||||
Tesla restricts open-source integrations to the ["Discovery" plan](https://developer.tesla.com/docs/fleet-api/getting-started/subscription-plans) which only allows for 200 vehicle data requests per day. The integration will initially poll every 90 seconds, making vehicle data requests only when the vehicle is awake, and then dynamically slow down polling based on how many vehicle data requests have been made in the last 24 hours.
|
||||
|
||||
## Command signing
|
||||
|
||||
Certain vehicles, including all vehicles manufactured since late 2023, require vehicle commands to be encrypted end-to-end and signed with a private key. The Tesla Fleet integration is unable to perform this encryption at this time, so certain features may be disabled or throw an exception when used.
|
||||
|
||||
## Entities
|
||||
|
||||
These are the entities available in the Tesla Fleet integration. Not all entities are enabled by default, and not all values are always available.
|
||||
@ -76,6 +82,8 @@ These are the entities available in the Tesla Fleet integration. Not all entitie
|
||||
|Binary sensor|Tire pressure warning rear right|No|
|
||||
|Binary sensor|Trip charging|No|
|
||||
|Binary sensor|User present|Yes|
|
||||
|Climate|Cabin overheat protection|No|
|
||||
|Climate|Climate|Yes|
|
||||
|Device tracker|Location|Yes|
|
||||
|Device tracker|Route|Yes|
|
||||
|Sensor|Battery level|Yes|
|
||||
|
Loading…
x
Reference in New Issue
Block a user