From 336499f9d12af321161b99a543346329c7b6be64 Mon Sep 17 00:00:00 2001 From: ia74 <68617740+ia74@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:58:55 -0500 Subject: [PATCH] turn off UMF saving --- custom_components/roomba_rest980/CloudApi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/roomba_rest980/CloudApi.py b/custom_components/roomba_rest980/CloudApi.py index ad034ad..4fe6bb0 100644 --- a/custom_components/roomba_rest980/CloudApi.py +++ b/custom_components/roomba_rest980/CloudApi.py @@ -19,7 +19,7 @@ import aiohttp _LOGGER = logging.getLogger(__name__) # Debug: Save UMF data to file for analysis -DEBUG_SAVE_UMF = True +DEBUG_SAVE_UMF = False DEBUG_UMF_PATH = Path("/workspaces/ha-core/config/debug_umf_data.json")