core/tests/components/backup
Michael 086e97821f
Add automatic backup event entity to Home Assistant Backup system (#145350)
* add automatic backup event entity

* add tests

* fix test

* Apply suggestions from code review

Co-authored-by: Josef Zweck <josef@zweck.dev>

* implement _handle_coordinator_update

* add translations for event attributes

* simplify condition

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

---------

Co-authored-by: Josef Zweck <josef@zweck.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-05-23 17:01:57 +02:00
..
fixtures/test_backups Add backup tests showing that unknown files are not ciphered (#144529) 2025-05-09 09:56:07 +02:00
snapshots Add automatic backup event entity to Home Assistant Backup system (#145350) 2025-05-23 17:01:57 +02:00
__init__.py
common.py Fix backup tests typing warnings (#141274) 2025-03-24 12:36:57 +01:00
conftest.py Create repair issue if not all add-ons or folders were backed up (#144999) 2025-05-20 15:23:52 +02:00
test_backup.py Fix pylance warning on SnapshotAssertion import (#145206) 2025-05-19 13:55:48 +02:00
test_diagnostics.py Fix pylance warning on SnapshotAssertion import (#145206) 2025-05-19 13:55:48 +02:00
test_event.py Add automatic backup event entity to Home Assistant Backup system (#145350) 2025-05-23 17:01:57 +02:00
test_http.py Don't encrypt or decrypt unknown files in backup archives (#144495) 2025-05-08 22:30:35 +02:00
test_init.py Add sensor platform to backup integration (#138663) 2025-03-24 12:54:16 +01:00
test_manager.py Create repair issue if not all add-ons or folders were backed up (#144999) 2025-05-20 15:23:52 +02:00
test_models.py Merge feature branch with backup changes to dev (#132954) 2024-12-11 21:49:34 +01:00
test_onboarding.py Fix pylance warning on SnapshotAssertion import (#145206) 2025-05-19 13:55:48 +02:00
test_sensors.py Fix pylance warning on SnapshotAssertion import (#145206) 2025-05-19 13:55:48 +02:00
test_store.py Fix pylance warning on SnapshotAssertion import (#145206) 2025-05-19 13:55:48 +02:00
test_util.py Fix test results parsing error (#145077) 2025-05-19 10:40:03 +02:00
test_websocket.py Fix pylance warning on SnapshotAssertion import (#145206) 2025-05-19 13:55:48 +02:00