Updated config + codenotary

This commit is contained in:
Etienne G
2023-08-15 01:01:24 +10:00
parent 25b8f48bf1
commit cc20b6c562
6 changed files with 31 additions and 7 deletions
+3 -2
View File
@@ -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
+10
View File
@@ -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
+1
View File
@@ -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,