From 6b3ce521e852f43b4d142466df875f6d565151e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Wed, 14 Jan 2026 10:11:17 +0100 Subject: [PATCH] Add hacs.json configuration for owncloud-backup-ha --- hacs.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hacs.json diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..76222e2 --- /dev/null +++ b/hacs.json @@ -0,0 +1,7 @@ +{ + "name": "owncloud-backup-ha", + "content_in_root": false, + "render_readme": true, + "domains": ["owncloud_backup"], + "homeassistant": "2025.1.0" +}