mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Update config.json
This commit is contained in:
@@ -6,13 +6,15 @@
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml",
|
||||
"mqtt_autodiscover": true,
|
||||
"TZ": "Europe/Paris"
|
||||
"TZ": "Europe/Paris",
|
||||
"verbose": true
|
||||
},
|
||||
"services": ["mqtt:want"],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"mqtt_autodiscover": "bool",
|
||||
"TZ": "str?"
|
||||
"TZ": "str?",
|
||||
"verbose": "bool"
|
||||
},
|
||||
"slug": "enedisgateway2mqtt",
|
||||
"upstream": "0.7.7",
|
||||
|
||||
Reference in New Issue
Block a user