2019-01-04 14:57:32 +00:00
|
|
|
# Describes the format for available Envisalink services.
|
|
|
|
|
2019-11-27 10:27:48 +00:00
|
|
|
alarm_keypress:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: Alarm keypress
|
2019-11-27 10:27:48 +00:00
|
|
|
description: Send custom keypresses to the alarm.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: Entity
|
2019-11-27 10:27:48 +00:00
|
|
|
description: Name of the alarm control panel to trigger.
|
2021-05-15 07:25:19 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
entity:
|
|
|
|
integration: envisalink
|
|
|
|
domain: alarm_control_panel
|
2019-11-27 10:27:48 +00:00
|
|
|
keypress:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: Keypress
|
2020-04-05 15:27:16 +00:00
|
|
|
description: "String to send to the alarm panel (1-6 characters)."
|
2021-05-15 07:25:19 +00:00
|
|
|
required: true
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "*71"
|
2021-05-15 07:25:19 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-11-27 10:27:48 +00:00
|
|
|
|
2019-01-04 14:57:32 +00:00
|
|
|
invoke_custom_function:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: Invoke custom function
|
2019-01-04 14:57:32 +00:00
|
|
|
description: >
|
|
|
|
Allows users with DSC panels to trigger a PGM output (1-4).
|
|
|
|
Note that you need to specify the alarm panel's "code" parameter for this to work.
|
|
|
|
fields:
|
|
|
|
partition:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: Partition
|
2019-01-04 14:57:32 +00:00
|
|
|
description: >
|
|
|
|
The alarm panel partition to trigger the PGM output on.
|
|
|
|
Typically this is just "1".
|
2021-05-15 07:25:19 +00:00
|
|
|
required: true
|
2019-01-04 14:57:32 +00:00
|
|
|
example: "1"
|
2021-05-15 07:25:19 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-01-04 14:57:32 +00:00
|
|
|
pgm:
|
2021-05-15 07:25:19 +00:00
|
|
|
name: PGM
|
|
|
|
description: The PGM number to trigger on the alarm panel.
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 4
|