core/homeassistant/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
..
__init__.py Add backup helper (#139199) 2025-02-25 10:19:41 +01:00
agent.py Update typing of `BackupAgent.async_get_backup` (#139923) 2025-03-06 17:25:34 +01:00
backup.py Simplify error handling in BackupAgent when a backup is not found (#139754) 2025-03-04 15:56:12 +01:00
basic_websocket.py Add backup helper (#139199) 2025-02-25 10:19:41 +01:00
config.py Create repair for configured unavailable backup agents (#137382) 2025-02-25 16:27:56 +01:00
const.py Merge feature branch with backup changes to dev (#132954) 2024-12-11 21:49:34 +01:00
http.py Update typing of `BackupAgent.async_get_backup` (#139923) 2025-03-06 17:25:34 +01:00
icons.json Add service backup.create_automatic (#136152) 2025-01-21 12:40:54 +00:00
manager.py Don't allow creating backups if Home Assistant is not running (#139499) 2025-03-10 14:40:08 +01:00
manifest.json Bump securetar to 2025.2.1 (#139273) 2025-02-25 19:23:32 +02:00
models.py Improve error handling when supervisor backups are deleted (#137331) 2025-02-04 19:49:55 +01:00
services.yaml Add service backup.create_automatic (#136152) 2025-01-21 12:40:54 +00:00
store.py Add flag to backup store to track backup wizard completion (#138368) 2025-02-24 17:14:47 +01:00
strings.json Create repair for configured unavailable backup agents (#137382) 2025-02-25 16:27:56 +01:00
util.py Correct backup date when reading a backup created by supervisor (#138860) 2025-02-19 22:40:03 +01:00
websocket.py Add backup helper (#139199) 2025-02-25 10:19:41 +01:00