mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
17 lines
414 B
JSON
17 lines
414 B
JSON
{
|
|
"arch": ["aarch64", "amd64"],
|
|
"description": "fetch GRDF data and publish data to a mqtt broker",
|
|
"map": ["config:rw", "share:rw"],
|
|
"name": "gazpar2mqtt",
|
|
"options": {
|
|
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml"
|
|
},
|
|
"schema": {
|
|
"CONFIG_LOCATION": "str"
|
|
},
|
|
"slug": "gazpar2mqtt",
|
|
"upstream": "0.3",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "0.3"
|
|
}
|