From 3f9287c36b4a199cd796d1cd7a1c9caacb22031f Mon Sep 17 00:00:00 2001 From: Brett Adams 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,