mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02: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:
@@ -13,4 +13,5 @@ EXCLUDE_FROM_BACKUP = [
|
|||||||
"*.log",
|
"*.log",
|
||||||
"backups/*.tar",
|
"backups/*.tar",
|
||||||
"OZW_Log.txt",
|
"OZW_Log.txt",
|
||||||
|
"tts/*",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user