From dd6a86b6408e9390b6e9ac631bf30d47745b0ed2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 29 Jun 2024 17:34:10 +0200 Subject: [PATCH] Add devices https://github.com/alexbelgium/hassio-addons/issues/1450 --- signalk/config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/signalk/config.json b/signalk/config.json index 918290f77..4986fdb4a 100644 --- a/signalk/config.json +++ b/signalk/config.json @@ -6,6 +6,10 @@ ], "codenotary": "alexandrep.github@gmail.com", "description": "An implementation of a Signal K central server for boats", + "devices": [ + "/dev/ttyUSB0", + "/dev/ttyUSB1" + ], "environment": { "HOME": "/config", "NMEA0183PORT": "10110", @@ -38,6 +42,7 @@ }, "slug": "signalk", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.8.3-2", + "usb": true, + "version": "2.8.3-3", "webui": "http://[HOST]:[PORT:3000]" }