mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Add alarm control panel services.yaml
...because I was almost done being bored
This commit is contained in:
parent
d48f6676ab
commit
a93195610a
@ -0,0 +1,43 @@
|
|||||||
|
alarm_disarm:
|
||||||
|
description: Send the alarm the command for disarm
|
||||||
|
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: Name of alarm control panel to disarm
|
||||||
|
example: 'alarm_control_panel.downstairs'
|
||||||
|
code:
|
||||||
|
description: An optional code to disarm the alarm control panel with
|
||||||
|
example: 1234
|
||||||
|
|
||||||
|
alarm_arm_home:
|
||||||
|
description: Send the alarm the command for arm home
|
||||||
|
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: Name of alarm control panel to arm home
|
||||||
|
example: 'alarm_control_panel.downstairs'
|
||||||
|
code:
|
||||||
|
description: An optional code to arm home the alarm control panel with
|
||||||
|
example: 1234
|
||||||
|
|
||||||
|
alarm_arm_away:
|
||||||
|
description: Send the alarm the command for arm away
|
||||||
|
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: Name of alarm control panel to arm away
|
||||||
|
example: 'alarm_control_panel.downstairs'
|
||||||
|
code:
|
||||||
|
description: An optional code to arm away the alarm control panel with
|
||||||
|
example: 1234
|
||||||
|
|
||||||
|
alarm_trigger:
|
||||||
|
description: Send the alarm the command for trigger
|
||||||
|
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: Name of alarm control panel to trigger
|
||||||
|
example: 'alarm_control_panel.downstairs'
|
||||||
|
code:
|
||||||
|
description: An optional code to trigger the alarm control panel with
|
||||||
|
example: 1234
|
Loading…
x
Reference in New Issue
Block a user