forked from gazoscalvertos/Hass-Custom-Alarm
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathservices.yaml
executable file
·44 lines (39 loc) · 1.53 KB
/
services.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Describes the format for available alarm control panel services
alarm_arm_away_from_panel:
description: This command is identical to `alarm_control_panel.alarm_arm_away` and for internal use only.
fields:
entity_id:
description: Name of alarm control panel to arm Away.
example: 'alarm_control_panel.downstairs'
code:
description: An optional code to disarm the alarm control panel with.
example: 1234
alarm_arm_home_from_panel:
description: This command is identical to `alarm_control_panel.alarm_arm_home` and for internal use only.
fields:
entity_id:
description: Name of alarm control panel to arm Home.
example: 'alarm_control_panel.downstairs'
code:
description: An optional code to disarm the alarm control panel with.
example: 1234
alarm_arm_night_from_panel:
description: This command is identical to `alarm_control_panel.alarm_arm_night` and for internal use only.
fields:
entity_id:
description: Name of alarm control panel to arm Night.
example: 'alarm_control_panel.downstairs'
code:
description: An optional code to disarm the alarm control panel with.
example: 1234
alarm_set_ignore_open_sensors:
description: Set value of `ignore_open_sensors` attribute
fields:
value:
description: Boolean. If `false`, does not allow to set alarm if there is open sensors detected.
default: false
example: false
alarm_yaml_save:
description: For internal use only.
alarm_yaml_user:
description: For internal use only.