From b30795e1f4433c58ce9db9cce49d10be4d1fc823 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Sat, 7 Dec 2024 05:42:52 +1000 Subject: [PATCH] Add more models to Tesla Fleet (#132430) --- homeassistant/components/tesla_fleet/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/tesla_fleet/const.py b/homeassistant/components/tesla_fleet/const.py index c70cc3291f7..9b3baf49bfb 100644 --- a/homeassistant/components/tesla_fleet/const.py +++ b/homeassistant/components/tesla_fleet/const.py @@ -33,6 +33,8 @@ MODELS = { "3": "Model 3", "X": "Model X", "Y": "Model Y", + "C": "Cybertruck", + "T": "Tesla Semi", }