From fa6e95884d67e835aa0c64bdda2a462704e7f18a Mon Sep 17 00:00:00 2001 From: Liam Bresnahan <41922249+liambresnahan@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:38:36 +0100 Subject: [PATCH] Clarification on vehicle sleep added Clarified that vehicle sleep is unaffected for vehicles outside of those specifically mentioned. --- source/_integrations/tesla_fleet.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/tesla_fleet.markdown b/source/_integrations/tesla_fleet.markdown index 58878ea0b5b8..60f1c9fe3b30 100644 --- a/source/_integrations/tesla_fleet.markdown +++ b/source/_integrations/tesla_fleet.markdown @@ -300,6 +300,8 @@ These are the entities available in the Tesla Fleet integration. Not all entitie Constant API {% term polling %} will prevent most Model S and Model X vehicles manufactured before 2021 from sleeping. The {% term integration %} automatically stops {% term polling %} these vehicles for 15 minutes after inactivity. You can call the `homeassistant.update_entity` {% term action %} to force {% term polling %}, which will reset the timer. +{% note %} Vehicles manufactured outside of those mentioned above have no issues with prevented sleep. {% endnote %} + ## Removing the integration {% include integrations/remove_device_service.md %}