Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/_lovelace/alarm-panel.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ entity:
required: true
description: "Entity ID of `alarm_control_panel` domain"
type: string
title:
name:
required: false
description: Title of Alarm Panel
description: Overwrites Friendly Name
type: string
default: Current State of Alarm Entity
states:
Expand All @@ -58,7 +58,7 @@ Title Example:

```yaml
- type: alarm-panel
title: House Alarm
name: House Alarm
entity: alarm_control_panel.alarm
```

Expand All @@ -71,7 +71,7 @@ Define the State List:

```yaml
- type: alarm-panel
title: House Alarm
name: House Alarm
entity: alarm_control_panel.alarm
states:
- arm_home
Expand Down