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