mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add docs for SimpliSafe system notifications (#12115)
* Add docs for SimpliSafe system notifications * Updates per PR code review
This commit is contained in:
parent
bb8294bfa1
commit
92a6f29cae
@ -95,8 +95,11 @@ For any property denoting a volume, the following values should be used:
|
||||
|
||||
## Events
|
||||
|
||||
Automations can listen for `SIMPLISAFE_EVENT` events. Anytime one of these events is
|
||||
received, it will come with event data that contains the following keys:
|
||||
### `SIMPLISAFE_EVENT`
|
||||
|
||||
`SIMPLISAFE_EVENT` events represent events that appear on the timeline of the SimpliSafe
|
||||
web and mobile apps. When received, they come with event data that contains the
|
||||
following keys:
|
||||
|
||||
* `changed_by`: the PIN that triggered the event (if appropriate)
|
||||
* `event_type`: the type of event
|
||||
@ -130,3 +133,14 @@ following values:
|
||||
* `doorbell_detected`
|
||||
* `entry_detected`
|
||||
* `motion_detected`
|
||||
|
||||
### `SIMPLISAFE_NOTIFICATION`
|
||||
|
||||
`SIMPLISAFE_NOTIFICATION` events represent system notifications that would appear in the
|
||||
messages section of the SimpliSafe web and mobile apps. When received, they come with
|
||||
event data that contains the following keys:
|
||||
|
||||
* `category`: The notification category (e.g., `error`)
|
||||
* `code`: The SimpliSafe code for the notification
|
||||
* `message`: The actual text of the notification
|
||||
* `timestamp`: The UTC timestamp of the notification
|
||||
|
Loading…
x
Reference in New Issue
Block a user