mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Make backup file names more user friendly (#136928)
* Make backup file names more user friendly * Strip backup name * Strip backup name * Underscores
This commit is contained in:
@@ -199,7 +199,7 @@ async def handle_can_decrypt_on_download(
|
||||
vol.Optional("include_database", default=True): bool,
|
||||
vol.Optional("include_folders"): [vol.Coerce(Folder)],
|
||||
vol.Optional("include_homeassistant", default=True): bool,
|
||||
vol.Optional("name"): str,
|
||||
vol.Optional("name"): vol.Any(str, None),
|
||||
vol.Optional("password"): vol.Any(str, None),
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user