Add CAN device mapping

This commit is contained in:
Alexandre
2025-11-26 07:37:51 +01:00
parent 564384f6d7
commit 9dcaeabe2d
3 changed files with 19 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ arch:
- amd64
description: An implementation of a Signal K central server for boats
devices:
- /dev/can
- /dev/can0
- /dev/can1
- /dev/ttyUSB0
@@ -43,6 +44,8 @@ schema:
- name: match(^[A-Za-z0-9_]+$)
value: str?
privileged:
- NET_ADMIN
- NET_RAW
- SYS_ADMIN
- SYS_RAWIO
slug: signalk
@@ -50,5 +53,5 @@ uart: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
usb: true
version: 2.18.0-2
version: 2.18.0-6
webui: http://[HOST]:[PORT:3000]