home-assistant.io/source/_integrations/alarm_control_panel.markdown
Franck Nijhof d931574439
Rename Services to Actions in integrations: A (#33781)
* Rename Services to Actions in integrations: A

* Missed cases
2024-07-16 13:46:27 +02:00

1.3 KiB

title, description, ha_category, ha_release, ha_quality_scale, ha_domain, ha_codeowners, ha_integration_type
title description ha_category ha_release ha_quality_scale ha_domain ha_codeowners ha_integration_type
Alarm control panel Instructions on how to integrate Alarm control panels into Home Assistant.
Alarm
0.7.3 internal alarm_control_panel
@home-assistant/core
entity

Home Assistant can give you an interface which is similar to a classic alarm system. Please see manual alarm or template alarm for alarm configuration.

{% include integrations/building_block_integration.md %}

Actions

Depending on features supported by a specific integration alarm may expose the following actions:

Action Data Description
alarm_arm_home entity_id
code (optional)
Arm the alarm in the home mode.
alarm_arm_away entity_id
code (optional)
Arm the alarm in the away mode.
alarm_arm_night entity_id
code (optional)
Arm the alarm in the night mode.
alarm_arm_vacation entity_id
code (optional)
Arm the alarm in the vacation mode.
alarm_disarm entity_id
code (optional)
Disarm the alarm.
alarm_trigger entity_id
code (optional)
Trigger the alarm manually.
alarm_arm_custom_bypass entity_id
code (optional)
Send arm custom bypass command.