core/homeassistant/components/backup
Erik Montnemery 0260a03447
Store information about add-ons and folders which could not be backed up (#145367)
* Store information about add-ons and folders which could not be backed up

* Address review comments
2025-05-26 16:07:33 +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
const.py
coordinator.py Add automatic backup event entity to Home Assistant Backup system (#145350) 2025-05-23 17:01:57 +02:00
diagnostics.py
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 Store information about add-ons and folders which could not be backed up (#145367) 2025-05-26 16:07:33 +02:00
manifest.json
models.py Store information about add-ons and folders which could not be backed up (#145367) 2025-05-26 16:07:33 +02:00
onboarding.py
sensor.py Add last attempted automatic backup sensor (#144194) 2025-05-05 10:39:06 +02:00
services.yaml
store.py Store information about add-ons and folders which could not be backed up (#145367) 2025-05-26 16:07:33 +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