2023-02-22 15:33:56 +00:00
|
|
|
# Include{groups}
|
|
|
|
portals: {}
|
|
|
|
questions:
|
|
|
|
# Include{global}
|
|
|
|
# Include{controller}
|
|
|
|
# Include{replicas}
|
|
|
|
# Include{replica1}
|
|
|
|
# Include{controllerExpertExtraArgs} 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:
|
2023-02-23 21:35:03 +00:00
|
|
|
type: int
|
|
|
|
default: 1234
|
2023-02-22 15:33:56 +00:00
|
|
|
- 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}
|
|
|
|
default: false
|
|
|
|
# Include{serviceExpert}
|
|
|
|
# Include{serviceList}
|
|
|
|
# Include{persistenceList}
|
|
|
|
# Include{security}
|
|
|
|
# Include{securityContextAdvancedRoot}
|
|
|
|
- variable: privileged
|
|
|
|
label: Privileged mode
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: readOnlyRootFilesystem
|
|
|
|
label: ReadOnly Root Filesystem
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: allowPrivilegeEscalation
|
|
|
|
label: Allow Privilege Escalation
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: runAsNonRoot
|
|
|
|
label: runAsNonRoot
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
# Include{podSecurityContextRoot}
|
|
|
|
- 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
|
|
|
|
- variable: fsGroup
|
|
|
|
label: fsGroup
|
|
|
|
description: The group that should own ALL storage.
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
|
|
|
# Include{podSecurityContextAdvanced}
|
|
|
|
# Include{resources}
|
|
|
|
# Include{advanced}
|
|
|
|
# Include{addons}
|
|
|
|
# Include{codeserver}
|
|
|
|
# Include{vpn}
|
|
|
|
# Include{documentation}
|