Skip to content

Commit bfb21fa

Browse files
committed
Update simplisafe configuration to new format
1 parent 853741e commit bfb21fa

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

source/_components/alarm_control_panel.simplisafe.markdown

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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)