3 Commits
v0.2.0 ... main

Author SHA1 Message Date
9e364af93e Update README.md 2026-01-14 15:06:28 +01:00
d88c572b56 Update README.md 2026-01-14 12:11:18 +01:00
d8a9f80df6 Update README.md 2026-01-14 11:49:20 +01:00

View File

@@ -1,5 +1,11 @@
# Owncloud Backup Homeassistant # Owncloud Backup Homeassistant
[![Latest Release](https://img.shields.io/github/v/release/bahmcloud/owncloud-backup-ha?style=flat-square)](https://github.com/bahmcloud/owncloud-backup-ha/releases)
[![HACS](https://img.shields.io/badge/HACS-Custom-orange.svg?style=flat-square)](https://hacs.xyz/)
[![License](https://img.shields.io/github/license/bahmcloud/owncloud-backup-ha?style=flat-square)](LICENSE)
[![Open in HACS](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=bahmcloud&repository=owncloud-backup-ha&category=integration)
Home Assistant custom integration that adds **ownCloud (Classic/Server)** as a **Backup Location / Backup Agent** using the official **WebDAV** interface. Home Assistant custom integration that adds **ownCloud (Classic/Server)** as a **Backup Location / Backup Agent** using the official **WebDAV** interface.
This integration allows you to: This integration allows you to:
@@ -50,12 +56,13 @@ backup metadata keys to remain compatible across multiple Home Assistant version
### Add as a custom repository ### Add as a custom repository
1. In Home Assistant: **HACS → Integrations → ⋮ → Custom repositories** 1. In Home Assistant: **HACS → Integrations → ⋮ → Custom repositories**
2. Add your repository URL 2. Add repository URL:
3. Category: **Integration** ```
4. Install **owncloud-backup-ha** https://github.com/bahmcloud/owncloud-backup-ha
5. Restart Home Assistant ```
4. Category: **Integration**
> This repository includes a `hacs.json` and follows the required `custom_components/` layout. 5. Install **owncloud-backup-ha**
6. Restart Home Assistant
--- ---