mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix backup formatting (#135350)
This commit is contained in:
parent
b9259b6f77
commit
4d93fbcb52
@ -753,7 +753,7 @@ class BackupManager:
|
|||||||
|
|
||||||
backup_name = (
|
backup_name = (
|
||||||
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:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user