mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
* 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'
|