From 8fa6bfb2beb9bd111f3bbf7b81e2885cf75dde27 Mon Sep 17 00:00:00 2001 From: Etienne G Date: Thu, 5 Oct 2023 22:50:49 +1100 Subject: [PATCH] Corrected the slug --- grott-current/config.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/grott-current/config.yaml b/grott-current/config.yaml index 18791b4..7121d89 100644 --- a/grott-current/config.yaml +++ b/grott-current/config.yaml @@ -1,19 +1,20 @@ +--- name: grott version: b6f2f24 -slug: grott +slug: grott-current description: The Growatt inverter monitor with current HA plugin integrated url: https://github.com/egguy/addon-grott arch: -- armhf -- armv7 -- aarch64 -- amd64 -- i386 + - armhf + - armv7 + - aarch64 + - amd64 + - i386 services: -- mqtt:need + - mqtt:need init: false map: -- config:rw + - config:rw ports: 5279/tcp: 5279 ports_description: @@ -23,7 +24,7 @@ options: gmode: proxy grott_mqtt: false ginvtype: default - ginvtypemap: '' + ginvtypemap: "" retain: false verbose: false ha_plugin: true