Add docs for migration of SimpliSafe service to a button (#23670)

This commit is contained in:
Aaron Bach 2022-09-18 11:40:11 -06:00 committed by GitHub
parent 5b514aa7b1
commit c8fa5c26d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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