Update config.json

This commit is contained in:
Alexandre
2021-11-18 16:07:25 +01:00
committed by GitHub
parent e34e76e30d
commit 46ae648e53

View File

@@ -12,10 +12,12 @@
], ],
"name": "gazpar2mqtt", "name": "gazpar2mqtt",
"options": { "options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml" "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
"TZ": "Europe/Paris"
}, },
"schema": { "schema": {
"CONFIG_LOCATION": "str" "CONFIG_LOCATION": "str",
"TZ": "str?"
}, },
"slug": "gazpar2mqtt", "slug": "gazpar2mqtt",
"upstream": "0.4.2-dev", "upstream": "0.4.2-dev",