mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix backup formatting (#135350)
This commit is contained in:
committed by
GitHub
parent
b9259b6f77
commit
4d93fbcb52
@@ -753,7 +753,7 @@ class BackupManager:
|
||||
|
||||
backup_name = (
|
||||
name
|
||||
or f"{"Automatic" if with_automatic_settings else "Custom"} backup {HAVERSION}"
|
||||
or f"{'Automatic' if with_automatic_settings else 'Custom'} backup {HAVERSION}"
|
||||
)
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user