--- layout: page title: "SimpliSafe" description: "Instructions on how to integrate SimpliSafe into Home Assistant." date: 2018-10-05 14:00 sidebar: true comments: false sharing: true footer: true logo: simplisafe.png ha_release: 0.81 ha_category: Alarm --- The `simplisafe` component integrates SimpliSafe home security (V2 and V3) systems into Home Assistant. Multiple SimpliSafe accounts can be accommodated. To enable this component, add the following lines to your `configuration.yaml`: ```yaml # Example configuration.yaml entry simplisafe: accounts: - username: user@email.com password: password123 ``` {% configuration %} username: description: The email address of a SimpliSafe account. required: true type: string password: description: The password of a SimpliSafe account. required: true type: string code: description: A code to enable or disable the alarm in the frontend. required: false type: string {% endconfiguration %}