diff --git a/grott-current/config.json b/grott-current/config.json index 3386ae8..10c0ab8 100644 --- a/grott-current/config.json +++ b/grott-current/config.json @@ -6,10 +6,8 @@ "url": "https://github.com/egguy/grott-home-assistant-add-on/tree/main/grott-current", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "codenotary": "etienne.guilluy@gmail.com", - "startup": "application", "services": ["mqtt:need"], "init": false, - "boot": "auto", "map": ["config:rw"], "ports": { "5279/tcp": 5279 @@ -17,7 +15,6 @@ "ports_description": { "5279/tcp": "The port used by grott to receive the data of the logger" }, - "watchdog": "tcp://[HOST]:[PORT:5279]", "options": { "data_path": "/config/grott", "gmode": "proxy", diff --git a/grott/config.json b/grott/config.json index b99416b..035b033 100644 --- a/grott/config.json +++ b/grott/config.json @@ -6,10 +6,8 @@ "url": "https://github.com/johanmeijer/grott", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "codenotary": "etienne.guilluy@gmail.com", - "startup": "application", "services": ["mqtt:need"], "init": false, - "boot": "auto", "ports": { "5279/tcp": 5279 },