Update gazpar2mqtt upstream to ssenart

This commit is contained in:
Alexandre
2025-12-24 17:56:32 +01:00
parent 616001d145
commit 3fcaf4c6bd
6 changed files with 11 additions and 10 deletions

View File

@@ -1,3 +1,5 @@
## 0.2.4 (24-12-2025)
- Update to latest version from ssenart/gazpar2mqtt
## 0.8.2 (24-12-2025)
- Update to latest version from yukulehe/gazpar2mqtt

View File

@@ -15,8 +15,8 @@
#################
ARG BUILD_FROM
ARG BUILD_UPSTREAM="0.8.2"
FROM yukulehe/gazpar2mqtt:$BUILD_UPSTREAM
ARG BUILD_UPSTREAM="0.2.4"
FROM ssenart/gazpar2mqtt:$BUILD_UPSTREAM
##################
# 2 Modify Image #
@@ -50,7 +50,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps
ENV PACKAGES="0.8.2"
ENV PACKAGES="0.2.4"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"

View File

@@ -30,7 +30,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
## About
Python script to fetch GRDF data and publish data to a mqtt broker.
See its github for all informations : https://github.com/yukulehe/gazpar2mqtt
See its github for all informations : https://github.com/ssenart/gazpar2mqtt
## Configuration
@@ -91,7 +91,7 @@ mqtt:
update_frequency: 3600 # seconds
```
For complete configuration options, see: https://github.com/yukulehe/gazpar2mqtt
For complete configuration options, see: https://github.com/ssenart/gazpar2mqtt
## Installation
@@ -107,4 +107,3 @@ comparison to installing any other Hass.io add-on.
[repository]: https://github.com/alexbelgium/hassio-addons

View File

@@ -88,4 +88,4 @@ services:
slug: gazpar2mqtt
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "0.8.2"
version: "0.2.4"

View File

@@ -1,4 +1,4 @@
GRDF_USERNAME: username #your GRDF login (ex : myemail@email.com)
GRDF_PASSWORD: password #your GRDF password
MQTT_HOST: 127.0.0.1 #hostname or ip adress of the MQTT broker.
# OPTIONAL VARIABLES : see https://github.com/yukulehe/gazpar2mqtt
# OPTIONAL VARIABLES : see https://github.com/ssenart/gazpar2mqtt

View File

@@ -3,6 +3,6 @@
"repository": "alexbelgium/hassio-addons",
"slug": "gazpar2mqtt",
"source": "dockerhub",
"upstream_repo": "yukulehe/gazpar2mqtt",
"upstream_version": "0.8.2"
"upstream_repo": "ssenart/gazpar2mqtt",
"upstream_version": "0.2.4"
}