mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-26 12:06:50 +00:00
Add docs for migration of SimpliSafe service to a button (#23670)
This commit is contained in:
parent
5b514aa7b1
commit
c8fa5c26d0
@ -5,6 +5,7 @@ ha_release: 0.81
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_category:
|
||||
- Alarm
|
||||
- Button
|
||||
- Lock
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
@ -13,6 +14,7 @@ ha_domain: simplisafe
|
||||
ha_platforms:
|
||||
- alarm_control_panel
|
||||
- binary_sensor
|
||||
- button
|
||||
- diagnostics
|
||||
- lock
|
||||
- sensor
|
||||
@ -49,12 +51,6 @@ SimpliSafe authenticates users via its web app. Due to technical limitations, th
|
||||
|
||||
## Services
|
||||
|
||||
### `simplisafe.clear_notifications`
|
||||
|
||||
Clear any existing notifications within the SimpliSafe cloud; this will mark existing
|
||||
notifications as "read" in the SimpliSafe web and mobile apps, as well as prevent them
|
||||
from triggering future `SIMPLISAFE_NOTIFICATION` events.
|
||||
|
||||
### `simplisafe.remove_pin`
|
||||
|
||||
Remove a SimpliSafe PIN (by label or PIN value).
|
||||
|
Loading…
x
Reference in New Issue
Block a user