From 0b1cc7638f4ad512d1caf9ea4591ee683067cc55 Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Tue, 20 Jan 2026 20:41:48 +0100 Subject: [PATCH] Enable smart chunk size in onedrive (#161170) --- homeassistant/components/onedrive/backup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/onedrive/backup.py b/homeassistant/components/onedrive/backup.py index c02fbdfa01d..a851871dbbd 100644 --- a/homeassistant/components/onedrive/backup.py +++ b/homeassistant/components/onedrive/backup.py @@ -178,6 +178,7 @@ class OneDriveBackupAgent(BackupAgent): file, upload_chunk_size=upload_chunk_size, session=async_get_clientsession(self._hass), + smart_chunk_size=True, ) except HashMismatchError as err: raise BackupAgentError(