From 429dc456e80ab8c0f0d5aa34310b55360049bba9 Mon Sep 17 00:00:00 2001 From: hvanranden Date: Thu, 22 Jan 2026 18:56:12 +0100 Subject: [PATCH] Add configuration files for Intentor add-on and repository --- Intentor/config.yaml | 7 +++++++ repository.yaml | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 Intentor/config.yaml create mode 100644 repository.yaml diff --git a/Intentor/config.yaml b/Intentor/config.yaml new file mode 100644 index 0000000..2ff8e73 --- /dev/null +++ b/Intentor/config.yaml @@ -0,0 +1,7 @@ +name: "Intentor" +description: "Intent based automation platform" +version: "0.0.1" +slug: "intentor" +init: false +arch: + - amd64 \ No newline at end of file diff --git a/repository.yaml b/repository.yaml new file mode 100644 index 0000000..25f853e --- /dev/null +++ b/repository.yaml @@ -0,0 +1,4 @@ +# https://developers.home-assistant.io/docs/add-ons/repository#repository-configuration +name: Example Home Assistant add-on repository +url: 'https://git.vanranden.com/hidder11/Intentor' +maintainer: hidder11 \ No newline at end of file