turn off UMF saving

This commit is contained in:
ia74 2025-08-09 00:58:55 -05:00
parent 78f605e5ce
commit 336499f9d1

View file

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