File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,21 @@ alarm_control_panel:
24
24
password : YOUR_PASSWORD
25
25
` ` `
26
26
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 %}
You can’t perform that action at this time.
0 commit comments