home-assistant.io/source/_lovelace/alarm-panel.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.5 KiB

title, sidebar_label, description
title sidebar_label description
Alarm Panel Card Alarm Panel The Alarm Panel allows you to Arm and Disarm your Alarm Control Panel Integrations

The Alarm Panel allows you to Arm and Disarm your Alarm Control Panel Integrations.

Screenshot of the alarm panel card Screenshot of the Alarm Panel card.

type: alarm-panel
entity: alarm_control_panel.alarm

{% configuration %} type: required: true description: alarm-panel type: string entity: required: true description: "Entity ID of alarm_control_panel domain" type: string name: required: false description: Overwrites Friendly Name type: string default: Current State of Alarm Entity states: required: false description: Controls which states to have available type: list default: arm_home, arm_away keys: arm_home: description: Arm Home arm_away: description: Arm Away arm_night: description: Arm Night arm_custom_bypass: description: Arm Custom Bypass {% endconfiguration %}

Examples

Title Example:

- type: alarm-panel
  name: House Alarm
  entity: alarm_control_panel.alarm

Screenshot of the alarm panel card Screenshot of the Alarm Panel card.

Define the State List:

type: alarm-panel
name: House Alarm
entity: alarm_control_panel.alarm
states:
  - arm_home
  - arm_away
  - arm_night
  - armed_custom_bypass