title to name (#7662)

This commit is contained in:
Zack Arnett 2018-11-27 14:26:31 -05:00 committed by Paulus Schoutsen
parent 53d927f089
commit 5be03d0094

View File

@ -31,9 +31,9 @@ entity:
required: true required: true
description: "Entity ID of `alarm_control_panel` domain" description: "Entity ID of `alarm_control_panel` domain"
type: string type: string
title: name:
required: false required: false
description: Title of Alarm Panel description: Overwrites Friendly Name
type: string type: string
default: Current State of Alarm Entity default: Current State of Alarm Entity
states: states:
@ -58,7 +58,7 @@ Title Example:
```yaml ```yaml
- type: alarm-panel - type: alarm-panel
title: House Alarm name: House Alarm
entity: alarm_control_panel.alarm entity: alarm_control_panel.alarm
``` ```
@ -71,7 +71,7 @@ Define the State List:
```yaml ```yaml
- type: alarm-panel - type: alarm-panel
title: House Alarm name: House Alarm
entity: alarm_control_panel.alarm entity: alarm_control_panel.alarm
states: states:
- arm_home - arm_home