mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-26 20:16:52 +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_iot_class: Cloud Polling
|
||||||
ha_category:
|
ha_category:
|
||||||
- Alarm
|
- Alarm
|
||||||
|
- Button
|
||||||
- Lock
|
- Lock
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
@ -13,6 +14,7 @@ ha_domain: simplisafe
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- button
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- lock
|
- lock
|
||||||
- sensor
|
- sensor
|
||||||
@ -49,12 +51,6 @@ SimpliSafe authenticates users via its web app. Due to technical limitations, th
|
|||||||
|
|
||||||
## Services
|
## 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`
|
### `simplisafe.remove_pin`
|
||||||
|
|
||||||
Remove a SimpliSafe PIN (by label or PIN value).
|
Remove a SimpliSafe PIN (by label or PIN value).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user