From 0cbff9af017b8f52f7796a28fe2d7ce1693345c2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 19 Oct 2017 19:40:15 +0200 Subject: [PATCH] :abulance: Adds image to Example add-on configuration --- example/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/config.json b/example/config.json index 96a0a467..cabc6814 100644 --- a/example/config.json +++ b/example/config.json @@ -19,5 +19,6 @@ "schema": { "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", "seconds_between_quotes": "int(1,120)" - } + }, + "image": "hassioaddons/example-{arch}" } \ No newline at end of file