better defaults for USB device (#141)

This commit is contained in:
Troy Prelog 2021-02-18 13:44:16 -05:00 committed by kjeld Schouten-Lebbing
parent 835e652b3c
commit f958f8e76d
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
13 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"