mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Update Alarm.com Alarm Control Panel configuration variable (#6498)
* Update Alarm.com Alarm Control Panel configuration variable Update style of Alarm.com Alarm Control Panel documentation to follow new configuration variables description. Related to #6385. * Update Concord232 Alarm Control Panel configuration variable Update style of Concord232 Alarm Control Panel documentation to follow new configuration variables description. Related to #6385. * Revert "Update Concord232 Alarm Control Panel configuration variable" This reverts commit 5269a0dfb7bd1fb5c47e453c243cf3eb37d3b4a1. * Update alarm_control_panel.alarmdotcom.markdown ✏️ Tweak type * ✏️ Tweak
This commit is contained in:
parent
3836ac101c
commit
27e80d884f
@ -24,9 +24,22 @@ alarm_control_panel:
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*): Username for the Alarm.com account.
|
||||
- **password** (*Required*): Password for Alarm.com account.
|
||||
- **name** (*Optional*): The name of the alarm. Default is 'Alarm.com'.
|
||||
- **code** (*Optional*): Specifies a code to enable or disable the alarm in the frontend.
|
||||
{% configuration %}
|
||||
username:
|
||||
description: Username for the Alarm.com account.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Password for the Alarm.com account.
|
||||
required: true
|
||||
type: string
|
||||
name:
|
||||
description: The name of the alarm.
|
||||
required: false
|
||||
default: Alarm.com
|
||||
type: string
|
||||
code:
|
||||
description: Specifies a code to enable or disable the alarm in the frontend.
|
||||
required: false
|
||||
type: int
|
||||
{% endconfiguration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user