core/homeassistant/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
..
__init__.py Add automatic backup event entity to Home Assistant Backup system (#145350) 2025-05-23 17:01:57 +02:00
agent.py
backup.py
basic_websocket.py
config.py Default backup encryption to true when updating only location retention (#143997) 2025-04-30 22:45:41 +01:00
config_flow.py Add sensor platform to backup integration (#138663) 2025-03-24 12:54:16 +01:00
const.py Improve backup exclude filters (#141311) 2025-03-25 09:52:45 +01:00
coordinator.py Add automatic backup event entity to Home Assistant Backup system (#145350) 2025-05-23 17:01:57 +02:00
diagnostics.py Add diagnostics for Home Assistant Backup integration (#141407) 2025-03-26 08:34:15 +01:00
entity.py Add automatic backup event entity to Home Assistant Backup system (#145350) 2025-05-23 17:01:57 +02:00
event.py Add automatic backup event entity to Home Assistant Backup system (#145350) 2025-05-23 17:01:57 +02:00
http.py Don't encrypt or decrypt unknown files in backup archives (#144495) 2025-05-08 22:30:35 +02:00
icons.json Add automatic backup event entity to Home Assistant Backup system (#145350) 2025-05-23 17:01:57 +02:00
manager.py Minor code deduplication in backup manager (#145366) 2025-05-21 10:19:53 +02:00
manifest.json Add sensor platform to backup integration (#138663) 2025-03-24 12:54:16 +01:00
models.py
onboarding.py Remove unnecessary error handling from backup onboarding (#142786) 2025-04-12 11:01:41 +02:00
sensor.py Add last attempted automatic backup sensor (#144194) 2025-05-05 10:39:06 +02:00
services.yaml
store.py Improve comment explaining planned backup store version bump (#145368) 2025-05-21 13:22:05 +02:00
strings.json Add automatic backup event entity to Home Assistant Backup system (#145350) 2025-05-23 17:01:57 +02:00
util.py Catch and log unexpected backup ciphering errors (#144531) 2025-05-09 09:55:32 +02:00
websocket.py Add backup agent retention config (#143174) 2025-04-28 09:24:23 +02:00