config lint

This commit is contained in:
Alexandre
2022-04-27 20:59:55 +02:00
parent 1db5dd4a1e
commit 173e82846f
10 changed files with 18 additions and 15 deletions

View File

@@ -19,18 +19,18 @@
],
"name": "Teamspeak server",
"ports": {
"10011/tcp": "10011",
"30033/tcp": "30033",
"10011/tcp": 10011,
"30033/tcp": 30033,
"41144/tcp": 41144,
"9987/udp": "9987"
"9987/udp": 9987
},
"ports_description": {
"10011/tcp": "ServerQuery (raw)",
"30033/tcp": "Filetransfer",
"41144/tcp": "TSDNS",
"80/udp": "Voice"
"9987/udp": "Voice"
},
"slug": "teamspeak",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.13.6"
}
}