mirror of
https://github.com/sudoxnym/roomba_rest980.git
synced 2026-04-14 11:37:46 +00:00
turn off UMF saving
This commit is contained in:
parent
78f605e5ce
commit
336499f9d1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import aiohttp
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
# Debug: Save UMF data to file for analysis
|
# 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")
|
DEBUG_UMF_PATH = Path("/workspaces/ha-core/config/debug_umf_data.json")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue