autodiscover mqtt default

This commit is contained in:
Alexandre
2021-12-03 21:31:57 +01:00
parent 654b43c344
commit 144da4496a

View File

@@ -1,22 +1,16 @@
{ {
"arch": [ "arch": ["aarch64", "amd64", "armv7", "armhf"],
"aarch64",
"amd64",
"armv7",
"armhf"
],
"description": "fetch GRDF data and publish data to a mqtt broker", "description": "fetch GRDF data and publish data to a mqtt broker",
"map": [ "map": ["config:rw", "share:rw"],
"config:rw",
"share:rw"
],
"name": "gazpar2mqtt", "name": "gazpar2mqtt",
"options": { "options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml", "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
"mqtt_autodiscover": true,
"TZ": "Europe/Paris" "TZ": "Europe/Paris"
}, },
"schema": { "schema": {
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
"mqtt_autodiscover": "bool",
"TZ": "str?" "TZ": "str?"
}, },
"slug": "gazpar2mqtt", "slug": "gazpar2mqtt",