core/tests/components/backup
Erik Montnemery 219b441be0
Don't allow creating backups if Home Assistant is not running (#139499)
* Don't allow creating backups if hass is not running

* Revert "Don't allow creating backups if hass is not running"

This reverts commit 1bf545eb25.

* Set backup manager to idle only after Home Assistant has started

* Update according to discussion, add tests

* Add more test
2025-03-10 14:40:08 +01:00
..
fixtures/test_backups Add support for per-backup agent encryption flag (#136622) 2025-01-29 14:04:17 +01:00
snapshots Update typing of `BackupAgent.async_get_backup` (#139923) 2025-03-06 17:25:34 +01:00
__init__.py
common.py Simplify error handling in BackupAgent when a backup is not found (#139754) 2025-03-04 15:56:12 +01:00
conftest.py Include extra metadata in backup WS API (#137296) 2025-02-04 15:57:30 +01:00
test_backup.py Add backup helper (#139199) 2025-02-25 10:19:41 +01:00
test_http.py Update typing of `BackupAgent.async_get_backup` (#139923) 2025-03-06 17:25:34 +01:00
test_init.py Use test helper for creating a mocked backup agent in backup tests (#138312) 2025-02-12 08:55:16 +01:00
test_manager.py Don't allow creating backups if Home Assistant is not running (#139499) 2025-03-10 14:40:08 +01:00
test_models.py Merge feature branch with backup changes to dev (#132954) 2024-12-11 21:49:34 +01:00
test_store.py Add flag to backup store to track backup wizard completion (#138368) 2025-02-24 17:14:47 +01:00
test_util.py Correct backup date when reading a backup created by supervisor (#138860) 2025-02-19 22:40:03 +01:00
test_websocket.py Update typing of `BackupAgent.async_get_backup` (#139923) 2025-03-06 17:25:34 +01:00