mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
Update gazpar2mqtt upstream to ssenart
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -88,4 +88,4 @@ services:
|
||||
slug: gazpar2mqtt
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "0.8.2"
|
||||
version: "0.2.4"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user