Add support for multiple SimpliSafe sensors (#15218)

This commit is contained in:
Niccolo Zapponi 2020-10-13 13:59:33 +01:00 committed by GitHub
parent b3c8b031ca
commit 81eb6d8e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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