75 lines
1.7 KiB
YAML
75 lines
1.7 KiB
YAML
# Describes the format for available alarm control panel services
|
|
|
|
alarm_disarm:
|
|
name: Disarm
|
|
description: Send the alarm the command for disarm.
|
|
target:
|
|
fields:
|
|
code:
|
|
name: Code
|
|
description: An optional code to disarm the alarm control panel with.
|
|
example: "1234"
|
|
selector:
|
|
text:
|
|
|
|
alarm_arm_custom_bypass:
|
|
name: Arm with custom bypass
|
|
description: Send arm custom bypass command.
|
|
target:
|
|
fields:
|
|
code:
|
|
name: Code
|
|
description:
|
|
An optional code to arm custom bypass the alarm control panel with.
|
|
example: "1234"
|
|
selector:
|
|
text:
|
|
|
|
alarm_arm_home:
|
|
name: Arm home
|
|
description: Send the alarm the command for arm home.
|
|
target:
|
|
fields:
|
|
code:
|
|
name: Code
|
|
description: An optional code to arm home the alarm control panel with.
|
|
example: "1234"
|
|
selector:
|
|
text:
|
|
|
|
alarm_arm_away:
|
|
name: Arm away
|
|
description: Send the alarm the command for arm away.
|
|
target:
|
|
fields:
|
|
code:
|
|
name: Code
|
|
description: An optional code to arm away the alarm control panel with.
|
|
example: "1234"
|
|
selector:
|
|
text:
|
|
|
|
alarm_arm_night:
|
|
name: Arm night
|
|
description: Send the alarm the command for arm night.
|
|
target:
|
|
fields:
|
|
code:
|
|
name: Code
|
|
description: An optional code to arm night the alarm control panel with.
|
|
example: "1234"
|
|
selector:
|
|
text:
|
|
|
|
alarm_trigger:
|
|
name: Trigger
|
|
description: Send the alarm the command for trigger.
|
|
target:
|
|
fields:
|
|
code:
|
|
name: Code
|
|
description: An optional code to trigger the alarm control panel with.
|
|
example: "1234"
|
|
selector:
|
|
text:
|