180 lines
5.1 KiB
YAML
180 lines
5.1 KiB
YAML
# Include{groups}
|
|
portals: {}
|
|
questions:
|
|
# Include{global}
|
|
# Include{workload}
|
|
# Include{workloadDeployment}
|
|
|
|
# Include{replicas1}
|
|
# Include{podSpec}
|
|
# Include{containerMain}
|
|
# Include{containerBasic}
|
|
# Include{containerAdvanced}
|
|
somfyprotect2mqtt
|
|
- variable: somfyprotect2mqtt
|
|
group: App Configuration
|
|
label: SomfyProtect2MQTT Configuration
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: somfy
|
|
label: Somfy
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: username
|
|
label: Username
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: password
|
|
label: Password
|
|
schema:
|
|
type: string
|
|
required: true
|
|
private: true
|
|
default: ""
|
|
- variable: sites
|
|
label: Sites
|
|
description: Zones Label to check.
|
|
schema:
|
|
type: list
|
|
required: true
|
|
default: ["Maison"]
|
|
items:
|
|
- variable: sites_entry
|
|
label: Somfy Site Entry
|
|
description: Single site per entry.
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
required: true
|
|
- variable: ha
|
|
label: Home-Assistant
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: alarm_code
|
|
label: Alarm Code
|
|
description: Code to arm/disarm, Remove code to disable.
|
|
schema:
|
|
type: int
|
|
default: 1234
|
|
- variable: alarm_code_arm_required
|
|
label: Alarm Code Required
|
|
schema:
|
|
type: boolean
|
|
default: false
|
|
- variable: alarm_code_disarm_required
|
|
label: Alarm Code Disarm Required
|
|
schema:
|
|
type: boolean
|
|
default: true
|
|
- variable: mqtt
|
|
label: MQTT
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: host
|
|
label: Host
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: port
|
|
label: Port
|
|
schema:
|
|
type: int
|
|
required: true
|
|
default: 1883
|
|
- variable: username
|
|
label: Username
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: password
|
|
label: Password
|
|
schema:
|
|
type: string
|
|
required: true
|
|
private: true
|
|
default: ""
|
|
- variable: client_id
|
|
label: Client ID
|
|
schema:
|
|
type: string
|
|
required: true
|
|
private: true
|
|
default: ""
|
|
- variable: topic_prefix
|
|
label: Topic Prefix
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: somfyProtect2mqtt
|
|
- variable: ha_discover_prefix
|
|
label: Home-Assistant Topic Prefix
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: homeassistant
|
|
- variable: delay_site
|
|
label: Delay Site (seconds)
|
|
schema:
|
|
type: int
|
|
default: 10
|
|
min: 1
|
|
- variable: delay_device
|
|
label: Delay Device (seconds)
|
|
schema:
|
|
type: int
|
|
default: 60
|
|
min: 30
|
|
- variable: manual_snapshot
|
|
label: Manual Snapshot
|
|
schema:
|
|
type: boolean
|
|
default: false
|
|
# Include{containerConfig}
|
|
# Include{serviceExpertRoot}
|
|
# Include{serviceExpert}
|
|
# Include{serviceList}
|
|
# Include{persistenceList}
|
|
# Include{securityContextRoot}
|
|
|
|
- variable: runAsUser
|
|
label: runAsUser
|
|
description: The UserID of the user running the application
|
|
schema:
|
|
type: int
|
|
default: 0
|
|
- variable: runAsGroup
|
|
label: runAsGroup
|
|
description: The groupID this App of the user running the application
|
|
schema:
|
|
type: int
|
|
default: 0
|
|
# Include{securityContextContainer}
|
|
# Include{securityContextAdvanced}
|
|
# Include{securityContextPod}
|
|
- variable: fsGroup
|
|
label: fsGroup
|
|
description: The group that should own ALL storage.
|
|
schema:
|
|
type: int
|
|
default: 568
|
|
|
|
# Include{resources}
|
|
# Include{advanced}
|
|
# Include{addons}
|
|
# Include{codeserver}
|
|
# Include{netshoot}
|
|
# Include{vpn}
|
|
# Include{documentation}
|