From acf625e900ed3a37451d5ed01104c0bf269a2327 Mon Sep 17 00:00:00 2001 From: Trevor Mack Date: Wed, 15 Nov 2023 13:23:14 -0500 Subject: [PATCH] include Install_Failed to the ota_status (#130) --- custom_components/rivian/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/rivian/const.py b/custom_components/rivian/const.py index d130dae..4e85f1e 100644 --- a/custom_components/rivian/const.py +++ b/custom_components/rivian/const.py @@ -422,6 +422,7 @@ "Installing", "Install Success", "Connection Lost", + "Install Failed", ], entity_category=EntityCategory.DIAGNOSTIC, old_key=f"{DOMAIN}_telematics_ota_status_status",