Skip to content

Commit

Permalink
Exclude Text-to-Speech cache from backups (#5313)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Sep 30, 2024
1 parent 3af5652 commit 1a67fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supervisor/homeassistant/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"*.log",
"*.log.*",
"OZW_Log.txt",
"tts/*",
]
HOMEASSISTANT_BACKUP_EXCLUDE_DATABASE = [
"home-assistant_v?.db",
Expand Down

0 comments on commit 1a67fe8

Please sign in to comment.