mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Exclude Text-to-Speech cache from backups (#127001)
Text-to-speech cache doesn't need to be included in backups.
This commit is contained in:
parent
ddfe790995
commit
86891351f6
@ -13,4 +13,5 @@ EXCLUDE_FROM_BACKUP = [
|
||||
"*.log",
|
||||
"backups/*.tar",
|
||||
"OZW_Log.txt",
|
||||
"tts/*",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user