From 1a67fe8a83a8e8e09ce5f0731e439a5152cf6c83 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 30 Sep 2024 02:41:18 -0400 Subject: [PATCH] Exclude Text-to-Speech cache from backups (#5313) --- supervisor/homeassistant/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/supervisor/homeassistant/module.py b/supervisor/homeassistant/module.py index cfc7acd1e..b76bb58d9 100644 --- a/supervisor/homeassistant/module.py +++ b/supervisor/homeassistant/module.py @@ -66,6 +66,7 @@ HOMEASSISTANT_BACKUP_EXCLUDE = [ "*.log", "*.log.*", "OZW_Log.txt", + "tts/*", ] HOMEASSISTANT_BACKUP_EXCLUDE_DATABASE = [ "home-assistant_v?.db",