|
@@ -33,6 +33,38 @@ questions:
|
|
|
$ref:
|
|
|
- definitions/timezone
|
|
|
|
|
|
+ - variable: haConfig
|
|
|
+ label: ""
|
|
|
+ group: Home Assistant Configuration
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: allowDevices
|
|
|
+ label: Allow Devices
|
|
|
+ description: |
|
|
|
+ Allow devices to be added to Home Assistant.
|
|
|
+ Keep in mind that this will make the container to run with elevated privileges</br>
|
|
|
+ and privilege escalation. Use with caution.
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: additionalEnvs
|
|
|
+ label: Additional Environment Variables
|
|
|
+ description: Additional environment variables for Home Assistant.
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: name
|
|
|
+ label: Name
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ required: true
|
|
|
+ - variable: value
|
|
|
+ label: Value
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ required: true
|
|
|
+
|
|
|
- variable: podOptions
|
|
|
label: ""
|
|
|
group: Advanced Pod Configuration
|
|
@@ -110,7 +142,6 @@ questions:
|
|
|
default: 568
|
|
|
required: true
|
|
|
|
|
|
-
|
|
|
- variable: haStorage
|
|
|
label: ""
|
|
|
group: Storage Configuration
|