From 81eb6d8e78f939275f301fe68a5e1a770bf5cc62 Mon Sep 17 00:00:00 2001 From: Niccolo Zapponi Date: Tue, 13 Oct 2020 13:59:33 +0100 Subject: [PATCH] Add support for multiple SimpliSafe sensors (#15218) --- source/_integrations/simplisafe.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_integrations/simplisafe.markdown b/source/_integrations/simplisafe.markdown index 34f7a067851..aec955d06ee 100644 --- a/source/_integrations/simplisafe.markdown +++ b/source/_integrations/simplisafe.markdown @@ -17,7 +17,15 @@ The `simplisafe` integration integrates [SimpliSafe home security](https://simpl There is currently support for the following device types within Home Assistant: - **Alarm Control Panel**: reports on the current alarm status and can be used to arm and disarm the system. -- **Lock**: Reports on `Door Locks` and can be used to lock and unlock a lock. +- **CO Detector**: reports on the carbon monoxide sensor status*. +- **Entry Sensor**: reports on the current entry sensor status*. +- **Freeze Sensor**: reports on the freeze sensor temperature*. +- **Lock**: reports on `Door Locks` and can be used to lock and unlock a lock. +- **Motion Sensor**: triggers [events](#events) if the alarm is armed or if secret alerts are enabled in SimpliSafe. +- **Smoke Detector**: reports on the smoke sensor status*. +- **Water Sensor**: reports on water sensor status*. + +* Sensor status is updated only once every 30 seconds, so information displayed in Home Assistant may be delayed. ## Configuration