home-assistant.github.io/source/components/alarm_control_panel.manual.markdown
2015-10-13 20:10:51 +02:00

986 B

layout title description date sidebar comments sharing footer
page Manual alarm support Instructions how to integrate manual alarms into Home Assistant. 2015-10-13 19:10 false false true true
This platform enables you to set manual alarms in Home Assistant.
# Example configuration.yaml entry
alarm_control_panel:
  platform: manual
  name: "HA Alarm"
  code: PASSCODE
  pending_time: 60
  trigger_time: 120

Configuration variables:

  • name (Optional): The name of the alarm. Default is 'HA Alarm'.
  • code (Optional): If defined, specifies a code to enable or disable the alarm in the frontend.
  • pending_time (Optional): The time in seconds of the pending time before arming the alarm. Default is 60 seconds.
  • trigger_time (Optional): The time in seconds of the trigger time in which the alarm is firing. Default is 120 seconds.