Skip to content

Commit

Permalink
Remove extraneous parameter from AlarmDecoder services (#33516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored and balloob committed Apr 3, 2020
1 parent 899e7bf commit 9c224e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions homeassistant/components/alarmdecoder/services.yaml
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

0 comments on commit 9c224e0

Please sign in to comment.