Skip to content

Commit a510ff2

Browse files
pdongfrenck
authored andcommitted
Update simplisafe configuration to new format (#6451)
* Update simplisafe configuration to new format * ✏️ Minor improvement to link in introduction
1 parent d3a0220 commit a510ff2

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

source/_components/alarm_control_panel.simplisafe.markdown

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ha_release: 0.24
1212
ha_category: Alarm
1313
---
1414

15-
The `simplisafe` platform enables the ability to control a SimpliSafe control panel. [simplisafe.com](http://simplisafe.com/).
15+
The `simplisafe` platform enables the ability to control a [SimpliSafe](http://simplisafe.com/) control panel.
1616

1717
To enable this, add the following lines to your `configuration.yaml`:
1818

@@ -24,10 +24,21 @@ alarm_control_panel:
2424
password: YOUR_PASSWORD
2525
```
2626
27-
Configuration variables:
28-
29-
- **username** (*Required*): Username for the SimpliSafe account.
30-
- **password** (*Required*): Password for SimpliSafe account.
31-
- **name** (*Optional*): The name of the alarm. Default is the SimpliSafe alarm id.
32-
- **code** (*Optional*): Specifies a code to enable or disable the alarm in the frontend.
33-
27+
{% configuration %}
28+
username:
29+
description: Username for the SimpliSafe account.
30+
required: true
31+
type: string
32+
password:
33+
description: Password for SimpliSafe account.
34+
required: true
35+
type: string
36+
name:
37+
description: The name of the alarm. Default is the SimpliSafe alarm id.
38+
required: false
39+
type: string
40+
code:
41+
description: Specifies a code to enable or disable the alarm in the frontend.
42+
required: false
43+
type: string
44+
{% endconfiguration %}

0 commit comments

Comments
 (0)