mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 14:36:28 +01:00
Update to 0.4-dev
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
|
|
||||||
|
## 0.4-dev (16-11-2021)
|
||||||
|
- Update to latest version from yukulehe/gazpar2mqtt
|
||||||
- Initial build
|
- Initial build
|
||||||
|
|||||||
@@ -1,7 +1,13 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64"
|
||||||
|
],
|
||||||
"description": "fetch GRDF data and publish data to a mqtt broker",
|
"description": "fetch GRDF data and publish data to a mqtt broker",
|
||||||
"map": ["config:rw", "share:rw"],
|
"map": [
|
||||||
|
"config:rw",
|
||||||
|
"share:rw"
|
||||||
|
],
|
||||||
"name": "gazpar2mqtt",
|
"name": "gazpar2mqtt",
|
||||||
"options": {
|
"options": {
|
||||||
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml"
|
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml"
|
||||||
@@ -10,7 +16,7 @@
|
|||||||
"CONFIG_LOCATION": "str"
|
"CONFIG_LOCATION": "str"
|
||||||
},
|
},
|
||||||
"slug": "gazpar2mqtt",
|
"slug": "gazpar2mqtt",
|
||||||
"upstream": "0.3",
|
"upstream": "0.4-dev",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "0.3"
|
"version": "0.4-dev"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user