SimpliSafe Alarm Control Panel
The simplisafe
platform enables the ability to control a SimpliSafe control panel. simplisafe.com.
To enable this, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry alarm_control_panel: platform: simplisafe name: "HA Alarm" code: PASSCODE username: YOUR_USERNAME password: YOUR_PASSWORD
Configuration variables:
- username (Required): Username for the SimpliSafe account.
- password (Required): Password for SimpliSafe account.
- name (Optional): The name of the alarm. Default is the SimpliSafe alarm id.
- code (Optional): Specifies a code to enable or disable the alarm in the frontend.