Alexandre
2024-06-29 17:34:10 +02:00
committed by GitHub
parent e5d453112e
commit dd6a86b640

View File

@@ -6,6 +6,10 @@
], ],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "An implementation of a Signal K central server for boats", "description": "An implementation of a Signal K central server for boats",
"devices": [
"/dev/ttyUSB0",
"/dev/ttyUSB1"
],
"environment": { "environment": {
"HOME": "/config", "HOME": "/config",
"NMEA0183PORT": "10110", "NMEA0183PORT": "10110",
@@ -38,6 +42,7 @@
}, },
"slug": "signalk", "slug": "signalk",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.8.3-2", "usb": true,
"version": "2.8.3-3",
"webui": "http://[HOST]:[PORT:3000]" "webui": "http://[HOST]:[PORT:3000]"
} }