Files
home-assistant-addons/vhclient/config.yaml
Hans Karlinius cb43bd7793 test
2024-12-01 09:05:36 +01:00

52 lines
851 B
YAML

name: VirtualHere Client
version: "0.1.324"
slug: vhclient
description: VirtualHere Client
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
url: "https://git.carlscrona.se/haka/home-assistant-addons"
startup: services
boot: manual
host_network: true
hassio_api: true
#hassio_role: manager
homeassistant_api: true
#supervisor_api: true
#ingress: true
#panel_icon: mdi:usb
#panel_title: vhclient
privileged:
- SYS_ADMIN
apparmor: false
map:
- type: addon_config
read_only: false
path: /config
usb: true
usbip: true
kernel_modules: true
options:
autouse: true
autofind: true
clientid: ''
manualhub: ''
usbdevices: []
schema:
updateconfig: bool
autouse: bool
autofind: bool
clientid: str?
manualhub: str?
usbdevices: [{
device: str?,
use: bool?
}]
preventconfig: bool
stage: experimental
init: false