This commit is contained in:
Alexandre
2024-06-30 09:36:01 +02:00
committed by GitHub
parent cb96f9054a
commit fe2be934bd
2 changed files with 8 additions and 3 deletions

View File

@@ -32,6 +32,10 @@ profile signalk_addon flags=(attach_disconnected,mediate_deleted) {
/command/** ix, /command/** ix,
/run/{,**} rwk, /run/{,**} rwk,
/dev/tty rw, /dev/tty rw,
/dev/ttyUSB0 rw,
/dev/ttyUSB1 rw,
/dev/ttyusb0 rw,
/dev/ttyusb1 rw,
/bin/** ix, /bin/** ix,
/usr/bin/** ix, /usr/bin/** ix,
/usr/lib/bashio/** ix, /usr/lib/bashio/** ix,

View File

@@ -6,10 +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": [ "devices": [
"/dev/ttyUSB0", "/dev/ttyUSB0",
"/dev/ttyUSB1" "/dev/ttyUSB1"
], ],
"environment": { "environment": {
"HOME": "/config", "HOME": "/config",
"NMEA0183PORT": "10110", "NMEA0183PORT": "10110",
@@ -41,8 +41,9 @@
"1460/udp": "Custom 3" "1460/udp": "Custom 3"
}, },
"slug": "signalk", "slug": "signalk",
"uart": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"usb": true, "usb": true,
"version": "2.8.3-3", "version": "2.8.3-4",
"webui": "http://[HOST]:[PORT:3000]" "webui": "http://[HOST]:[PORT:3000]"
} }