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")