mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31: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)
|
## 0.8.2 (24-12-2025)
|
||||||
- Update to latest version from yukulehe/gazpar2mqtt
|
- Update to latest version from yukulehe/gazpar2mqtt
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_UPSTREAM="0.8.2"
|
ARG BUILD_UPSTREAM="0.2.4"
|
||||||
FROM yukulehe/gazpar2mqtt:$BUILD_UPSTREAM
|
FROM ssenart/gazpar2mqtt:$BUILD_UPSTREAM
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 2 Modify Image #
|
# 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
|
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||||
|
|
||||||
# Manual apps
|
# Manual apps
|
||||||
ENV PACKAGES="0.8.2"
|
ENV PACKAGES="0.2.4"
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
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
|
## About
|
||||||
|
|
||||||
Python script to fetch GRDF data and publish data to a mqtt broker.
|
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
|
## Configuration
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ mqtt:
|
|||||||
update_frequency: 3600 # seconds
|
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
|
## Installation
|
||||||
|
|
||||||
@@ -107,4 +107,3 @@ comparison to installing any other Hass.io add-on.
|
|||||||
|
|
||||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -88,4 +88,4 @@ services:
|
|||||||
slug: gazpar2mqtt
|
slug: gazpar2mqtt
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
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_USERNAME: username #your GRDF login (ex : myemail@email.com)
|
||||||
GRDF_PASSWORD: password #your GRDF password
|
GRDF_PASSWORD: password #your GRDF password
|
||||||
MQTT_HOST: 127.0.0.1 #hostname or ip adress of the MQTT broker.
|
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",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "gazpar2mqtt",
|
"slug": "gazpar2mqtt",
|
||||||
"source": "dockerhub",
|
"source": "dockerhub",
|
||||||
"upstream_repo": "yukulehe/gazpar2mqtt",
|
"upstream_repo": "ssenart/gazpar2mqtt",
|
||||||
"upstream_version": "0.8.2"
|
"upstream_version": "0.2.4"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user