Fixed service name for alarm keypress (#1464)

Missed that it was called envisalink_alarm_keypress instead of alarm_keypress
This commit is contained in:
jnimmo 2016-11-21 06:08:39 +13:00 committed by Fabian Affolter
parent 0b1b6700fc
commit 3e74d48820

View File

@ -77,4 +77,4 @@ The following services are supported by Envisalink and can be used to script or
- **alarm_arm_home**: Arms the alarm in home mode.
- **alarm_arm_away**: Arms the alarm in standard away mode.
- **alarm_trigger**: Trigger an alarm on the Envisalink connected alarm system. For example, a newer zwave/zigbee sensor can now be integrated into a legacy alarm system using a Home Assistant automation.
- **alarm_keypress**: Sends a string of up to 6 characters to the alarm. *DSC alarms only*
- **envisalink_alarm_keypress**: Sends a string of up to 6 characters to the alarm. *DSC alarms only*