Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions source/_integrations/simplisafe.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ triggers:

For cases where the default {% term polling %} interval of 30 seconds is too long for automations, you can use secret alerts to get push notifications of a sensor being triggered.

To enable secret alerts for sensor changes, follow these steps:
Home Assistant will automatically set the status to triggered for binary sensor devices that have secret alerts. However, due to the way Simplisafe implements secret alerts, you can only receive push notifications when a device is triggered, not when they are cleared. Clearing a binary sensor can only be accomplished by polling.

For cases where you wish to reliably determine each time a binary sensor is triggered, do the following:

1. Enable the secret alert for the device in the Simplisafe App.
2. Make a note of the serial number of the device.
Expand All @@ -173,9 +175,6 @@ To enable secret alerts for sensor changes, follow these steps:
last_event_sensor_serial: "abc123xyz" # Replace with your device's serial number (use lowercase letters)
```

{% note %}
Due to the way Simplisafe implements secret alerts, you can only determine when a sensor is triggered, not when it is cleared.
{% endnote %}

### `SIMPLISAFE_NOTIFICATION`

Expand Down