From 3e65a0f55afd4e9193fbabff148ccde0583c942d Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:21:11 +0200 Subject: [PATCH] Use pre-built image (#2) --- syslog/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syslog/config.yaml b/syslog/config.yaml index c6b1ed2..43954f5 100644 --- a/syslog/config.yaml +++ b/syslog/config.yaml @@ -1,5 +1,5 @@ name: "Syslog" -version: "0.0.2" +version: "0.0.2.dev0" slug: "syslog" description: "Send your HAOS logs to a remote syslog server" url: "https://github.com/mib1185/ha-addon-syslog" @@ -9,6 +9,7 @@ arch: - armhf - armv7 - i386 +image: mib85/{arch}-ha-addon-syslog init: false startup: services journald: true