This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a keypress service for AlarmDecoder (home-assistant#26100)
* Add a keypress service for AlarmDecoder (like Envisalink has) * Feedback * Import DOMAIN
- Loading branch information
1 parent
fade2e9
commit 5ba436e
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
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' |