diff --git a/source/_integrations/simplisafe.markdown b/source/_integrations/simplisafe.markdown index d08ab0c5d4f2..b689917b9b79 100644 --- a/source/_integrations/simplisafe.markdown +++ b/source/_integrations/simplisafe.markdown @@ -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. @@ -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`