20 lines
619 B
YAML
20 lines
619 B
YAML
alarm_keypress:
|
|
description: Send custom keypresses to the alarm.
|
|
fields:
|
|
entity_id:
|
|
description: Name of the alarm control panel to trigger.
|
|
example: 'alarm_control_panel.downstairs'
|
|
keypress:
|
|
description: 'String to send to the alarm panel.'
|
|
example: '*71'
|
|
|
|
alarm_toggle_chime:
|
|
description: Send the alarm the toggle chime command.
|
|
fields:
|
|
entity_id:
|
|
description: Name of the alarm control panel to trigger.
|
|
example: 'alarm_control_panel.downstairs'
|
|
code:
|
|
description: A required code to toggle the alarm control panel chime with.
|
|
example: 1234
|