From c2de83e80d2daab2e0844d0ce5db08de974acdc6 Mon Sep 17 00:00:00 2001 From: Wendelin <12148533+wendevlin@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:33:13 +0100 Subject: [PATCH] Add .cache to backup exclusion list (#6483) * Add frontend_development_pr to backup exclusion list * update frontend dev pr folder name to frontend_development_artifacts * Update backup exclusion list to replace frontend_development_artifacts with .cache --- supervisor/homeassistant/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/supervisor/homeassistant/module.py b/supervisor/homeassistant/module.py index f3cc4545e..d3ca021a5 100644 --- a/supervisor/homeassistant/module.py +++ b/supervisor/homeassistant/module.py @@ -75,6 +75,7 @@ HOMEASSISTANT_BACKUP_EXCLUDE = [ "backups/*.tar", "tmp_backups/*.tar", "tts/*", + ".cache/*", ] HOMEASSISTANT_BACKUP_EXCLUDE_DATABASE = [ "home-assistant_v?.db",