From 0f81c24a4538ad517a775fd063055c71027238f6 Mon Sep 17 00:00:00 2001 From: Maor Date: Sun, 26 Nov 2023 20:55:08 +0200 Subject: [PATCH] Add image name in config.yaml (#4) This should fix the breaking of the creation of the addon container. --- transmission/config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/transmission/config.yaml b/transmission/config.yaml index ba8b7d1..7cc2d9d 100644 --- a/transmission/config.yaml +++ b/transmission/config.yaml @@ -2,7 +2,7 @@ name: "Transmission" homeassistant: "2023.11.3" description: "Transmission is a popular, fast, open-sourced BitTorrent client with an easy to use web UI." url: "https://github.com/maorcc/hassio-addon-transmission/tree/main/transmission" -version: "1.2.0" +version: "1.2.1" slug: "transmission" init: false arch: @@ -22,5 +22,4 @@ ports: 9091/tcp: null 51413/tcp: 51413 51413/udp: 51413 - -# image: "ghcr.io/maorcc/{arch}-hassio-addon-transmission" +image: "ghcr.io/maorcc/{arch}-hassio-addon-transmission"