From 6844b55983c4401d1322f03c09dfbba4bc618ac7 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 8 May 2023 14:48:19 -0700 Subject: [PATCH] ha: release --- ha_addon/config.yaml | 4 ++-- repository.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 repository.yaml diff --git a/ha_addon/config.yaml b/ha_addon/config.yaml index 9e5642e43..a070656ab 100755 --- a/ha_addon/config.yaml +++ b/ha_addon/config.yaml @@ -1,5 +1,5 @@ name: Scrypted -version: "v0.8.0" +version: "homeassistant-v0.11.0" slug: scrypted description: A home automation platform powered by node.js url: "https://github.com/koush/scrypted" @@ -18,7 +18,7 @@ gpio: true usb: true uart: true video: true -# image: "ghcr.io/aegjoyce/{arch}-ha-addon-scrypted" +image: "ghcr.io/koush/scrypted" environment: SCRYPTED_VOLUME: "/data/scrypted_data" backup_exclude: diff --git a/repository.yaml b/repository.yaml new file mode 100644 index 000000000..4fa4ad8e2 --- /dev/null +++ b/repository.yaml @@ -0,0 +1,3 @@ +name: Scrypted Home Assistant Addon +url: https://github.com/koush/scrypted +maintainer: koush