Updated config + codenotary
This commit is contained in:
+3
-2
@@ -1,4 +1,5 @@
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.0
|
||||
# hadolint ignore=DL3006
|
||||
FROM $BUILD_FROM
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
@@ -26,7 +27,7 @@ RUN curl -Lk 'https://github.com/johanmeijer/grott/archive/refs/heads/master.zip
|
||||
# Move the addon
|
||||
RUN mv grott-*/examples/Home\ Assistent/grott_ha.py ./
|
||||
|
||||
#Install required python packages
|
||||
#Install required python packages
|
||||
RUN pip install paho-mqtt requests influxdb influxdb
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base/aarch64:14.1.0
|
||||
amd64: ghcr.io/hassio-addons/base/amd64:14.1.0
|
||||
armhf: ghcr.io/hassio-addons/base/armhf:14.1.0
|
||||
armv7: ghcr.io/hassio-addons/base/armv7:14.1.0
|
||||
i386: ghcr.io/hassio-addons/base/i386:14.1.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: etienne.guilluy@gmail.com
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"description": "The Growatt inverter monitor",
|
||||
"url": "https://github.com/johanmeijer/grott",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"codenotary": "etienne.guilluy@gmail.com",
|
||||
"startup": "application",
|
||||
"services": ["mqtt:need"],
|
||||
"init": false,
|
||||
|
||||
Reference in New Issue
Block a user