fix usb volume mounts (#140)

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

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2021.2.2
description: Home Assistant
name: home-assistant
version: 1.0.0
version: 1.0.1
upstream_version: 5.3.0
keywords:
- home-assistant

View File

@ -153,7 +153,7 @@ questions:
required: true
# Z-Wave device -----------------
- variable: zwave
label: "Z-Wave Device"
label: "USB Z-Wave Device"
schema:
type: dict
attrs:
@ -164,6 +164,12 @@ questions:
default: false
show_subquestions_if: true
subquestions:
- variable: hostPathEnabled
label: "enabled"
schema:
type: boolean
default: true
hidden: true
- variable: hostPath
label: "Path to Z-Wave device on host"
schema:
@ -178,7 +184,7 @@ questions:
default: "/dev/ttyAMC0"
# Zigbee device -----------------
- variable: zigbee
label: "Zigbee Device"
label: "USB Z-Wave Device"
schema:
type: dict
attrs:
@ -189,6 +195,12 @@ questions:
default: false
show_subquestions_if: true
subquestions:
- variable: hostPathEnabled
label: "enabled"
schema:
type: boolean
default: true
hidden: true
- variable: hostPath
label: "Path to Zigbee device on host"
schema: