Dev 0.12 (#262)
This commit is contained in:
@@ -104,10 +104,10 @@ FORCE : ;
|
|||||||
#
|
#
|
||||||
|
|
||||||
INST=$(INST_BASE)/ha_addon_dev
|
INST=$(INST_BASE)/ha_addon_dev
|
||||||
repro_files = DOCS.md icon.png logo.png translations/de.yaml translations/en.yaml
|
repro_files = DOCS.md icon.png logo.png translations/de.yaml translations/en.yaml rootfs/run.sh
|
||||||
repro_root = CHANGELOG.md
|
repro_root = CHANGELOG.md
|
||||||
repro_templates = config.yaml
|
repro_templates = config.yaml
|
||||||
repro_subdirs = translations
|
repro_subdirs = translations rootfs
|
||||||
repro_vers = debug dev rel
|
repro_vers = debug dev rel
|
||||||
|
|
||||||
repro_all_files := $(foreach dir,$(repro_vers), $(foreach file,$(repro_files),$(INST_BASE)/ha_addon_$(dir)/$(file)))
|
repro_all_files := $(foreach dir,$(repro_vers), $(foreach file,$(repro_files),$(INST_BASE)/ha_addon_$(dir)/$(file)))
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: {{name}}
|
name: {{name}}
|
||||||
description: {{description}}
|
description: {{description}}
|
||||||
version: {% if version is defined and version|length %} {{version}} {% else %} {{AppVersion}} {% endif %}
|
version: {% if version is defined and version|length %} {{version}} {% else %} {{AppVersion}} {% endif %}
|
||||||
image: docker.io/sallius/tsun-gen3-addon
|
image: {{image}}
|
||||||
url: https://github.com/s-allius/tsun-gen3-proxy
|
url: https://github.com/s-allius/tsun-gen3-proxy
|
||||||
slug: {{slug}}
|
slug: {{slug}}
|
||||||
advanced: {{advanced}}
|
advanced: {{advanced}}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"name": "TSUN-Proxy (Debug)",
|
"name": "TSUN-Proxy (Debug)",
|
||||||
"description": "MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging",
|
"description": "MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging",
|
||||||
"version": "debug",
|
"version": "debug",
|
||||||
|
"image": "docker.io/sallius/tsun-gen3-addon",
|
||||||
"slug": "tsun-proxy-debug",
|
"slug": "tsun-proxy-debug",
|
||||||
"advanced": true,
|
"advanced": true,
|
||||||
"stage": "experimental"
|
"stage": "experimental"
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"name": "TSUN-Proxy (Dev)",
|
"name": "TSUN-Proxy (Dev)",
|
||||||
"description": "MQTT Proxy for TSUN Photovoltaic Inverters",
|
"description": "MQTT Proxy for TSUN Photovoltaic Inverters",
|
||||||
"version": "dev",
|
"version": "dev",
|
||||||
|
"image": "docker.io/sallius/tsun-gen3-addon",
|
||||||
"slug": "tsun-proxy-dev",
|
"slug": "tsun-proxy-dev",
|
||||||
"advanced": false,
|
"advanced": false,
|
||||||
"stage": "experimental"
|
"stage": "experimental"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
{
|
{
|
||||||
"name": "TSUN-Proxy",
|
"name": "TSUN-Proxy",
|
||||||
"description": "MQTT Proxy for TSUN Photovoltaic Inverters",
|
"description": "MQTT Proxy for TSUN Photovoltaic Inverters",
|
||||||
|
"image": "ghcr.io/s-allius/tsun-gen3-addon",
|
||||||
"slug": "tsun-proxy",
|
"slug": "tsun-proxy",
|
||||||
"advanced": false,
|
"advanced": false,
|
||||||
"stage": "stable"
|
"stage": "stable"
|
||||||
|
|||||||
Reference in New Issue
Block a user