Update deprecated + obsolete options

This commit is contained in:
Etienne G
2023-08-15 01:51:07 +10:00
parent 952dbbc5f9
commit ea576a90f2
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -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",
-2
View File
@@ -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
},