From a90958d6e8ceb2ea049c948ecb4e1bb3fd0c1b4b Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Tue, 3 Sep 2024 22:38:57 +1000 Subject: [PATCH] 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> --- source/_integrations/tesla_fleet.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/tesla_fleet.markdown b/source/_integrations/tesla_fleet.markdown index 6c89601c0ec..bade8b03846 100644 --- a/source/_integrations/tesla_fleet.markdown +++ b/source/_integrations/tesla_fleet.markdown @@ -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|