-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extraneous parameter from AlarmDecoder services (#33516)
- Loading branch information
1 parent
30fd995
commit 9fd0192
Showing
1 changed file
with
0 additions
and
6 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
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 |