Files
home-assistant-addons/vhclient/config.yaml
Hans Karlinius 0445da4fa2 test
2024-11-30 20:20:12 +01:00

52 lines
850 B
YAML

name: VirtualHere Client
version: "0.1.307"
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:
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?
}]
stage: experimental
init: false