mirror of
https://github.com/home-assistant/core.git
synced 2026-05-29 19:57:40 +01:00
5ba436e3d8
* Add a keypress service for AlarmDecoder (like Envisalink has) * Feedback * Import DOMAIN
10 lines
295 B
YAML
10 lines
295 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'
|