mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-05-08 17:08:36 +01:00
088832c253
* Extend backup API with file name field Allow to specify a backup file name when creating a backup. This allows for user friendly backup file names. If none is specified, the current behavior remains (backup file name is the backup slug). * Check passed file name using regex * Use custom filename on download only if backup file name is backup slug * ruff format * Remove path from location for download file name