better defaults for USB device (#141)
This commit is contained in:
parent
835e652b3c
commit
f958f8e76d
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: 2021.2.2
|
||||
description: Home Assistant
|
||||
name: home-assistant
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
upstream_version: 5.3.0
|
||||
keywords:
|
||||
- home-assistant
|
|
@ -175,13 +175,13 @@ questions:
|
|||
schema:
|
||||
type: path
|
||||
required: true
|
||||
default: "/dev/ttyAMC0"
|
||||
default: "/dev/ttyUSB0"
|
||||
- variable: mountPath
|
||||
label: "Path to mount device inside the container"
|
||||
schema:
|
||||
type: path
|
||||
required: true
|
||||
default: "/dev/ttyAMC0"
|
||||
default: "/dev/ttyUSB0"
|
||||
# Zigbee device -----------------
|
||||
- variable: zigbee
|
||||
label: "USB Z-Wave Device"
|
||||
|
@ -206,13 +206,13 @@ questions:
|
|||
schema:
|
||||
type: path
|
||||
required: true
|
||||
default: "/dev/ttyAMC1"
|
||||
default: "/dev/ttyUSB1"
|
||||
- variable: mountPath
|
||||
label: "Path to mount device inside the container"
|
||||
schema:
|
||||
type: path
|
||||
required: true
|
||||
default: "/dev/ttyAMC1"
|
||||
default: "/dev/ttyUSB1"
|
||||
# Enable privileged
|
||||
- variable: securityContext
|
||||
group: "Storage"
|
Loading…
Reference in New Issue