home-assistant.io/source/_lovelace/alarm-panel.markdown
Zack Arnett 4762a63c09 Alarm Panel Lovelace Documentation (#6822)
* Adding Gauge Card

* Updating Docs

* Resolving Reviews

* Adding Alarm Panel Documentation

* Updating States Lists

* Updating States Keys

* Updating Keys
2018-10-15 20:11:00 +02:00

1.7 KiB

layout, title, sidebar_label, description, date, sidebar, comments, sharing, footer
layout title sidebar_label description date sidebar comments sharing footer
page Alarm Panel Card Alarm Panel The Alarm Panel allows you to Arm and Disarm your Alarm Control Panel Components 2018-10-15 10:28 +00:00 true false true true

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

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 title: required: false description: Title of Alarm Panel 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 %}

{% linkable_title Examples %}

Title Example:

- type: alarm-panel
  title: 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
  title: House Alarm
  entity: alarm_control_panel.alarm
  states:
    - arm_home
    - arm_away
    - arm_night
    - armed_custom_bypass