Files
home-assistant-addons/vhclient/config.yaml
Hans Karlinius 26c7376bdd test
2024-11-29 04:22:15 +01:00

63 lines
1.0 KiB
YAML

name: VirtualHere Client
version: "0.1.214"
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
#ports:
# 8000/tcp: 8000
ingress: true
#ingress_port: 8000
panel_icon: mdi:usb
panel_title: vhclient
#devices:
# - /dev/mem
privileged:
# - NET_ADMIN
- SYS_ADMIN
# - SYS_RAWIO
# - SYS_TIME
# - SYS_NICE
#full_access: true
apparmor: false
map:
- type: addon_config
read_only: false
path: /config
usb: true
usbip: true
kernel_modules: true
options:
updateconfig: true
autouse: true
autofind: true
clientid: ''
manualhub: ''
usbdevices: []
schema:
updateconfig: bool
autouse: bool
autofind: bool
clientid: str?
manualhub: str?
usbdevices: [{
device: str?,
use: bool?
}]
log_level: list(trace|debug|info|notice|warning|error|fatal)?
stage: experimental
init: false