From c2c48bbc9c2faec907862ed56b700367b72b46b3 Mon Sep 17 00:00:00 2001
From: Brett Adams <Bre77@users.noreply.github.com>
Date: Thu, 3 Oct 2024 20:10:03 +1000
Subject: [PATCH] Add missing number platform to init of Tesla Fleet (#127406)

Add number platform to init
---
 homeassistant/components/tesla_fleet/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/homeassistant/components/tesla_fleet/__init__.py b/homeassistant/components/tesla_fleet/__init__.py
index 61f9dc66ffc..4cd8c5c7142 100644
--- a/homeassistant/components/tesla_fleet/__init__.py
+++ b/homeassistant/components/tesla_fleet/__init__.py
@@ -47,6 +47,7 @@ PLATFORMS: Final = [
     Platform.DEVICE_TRACKER,
     Platform.LOCK,
     Platform.MEDIA_PLAYER,
+    Platform.NUMBER,
     Platform.SELECT,
     Platform.SENSOR,
     Platform.SWITCH,
-- 
GitLab