mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
title to name (#7662)
This commit is contained in:
parent
53d927f089
commit
5be03d0094
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user