Add docs for Guardian migration of certain services to buttons (#23373)

This commit is contained in:
Aaron Bach 2022-07-13 13:26:11 -06:00 committed by GitHub
parent d74ecc3e6f
commit 70bf7b5b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ description: Instructions on how to integrate SimpliSafe into Home Assistant.
ha_iot_class: Local Polling
ha_release: '0.111'
ha_category:
- Button
- Binary Sensor
- Sensor
- Switch
@ -14,6 +15,7 @@ ha_domain: guardian
ha_zeroconf: true
ha_platforms:
- binary_sensor
- button
- diagnostics
- sensor
- switch
@ -27,6 +29,7 @@ The `guardian` integration integrates
There is currently support for the following device types within Home Assistant:
- **Binary Sensor**: reports the status of the onboard leak detector and access point
- **Button**: add various configuration controls
- **Sensor**: reports on the device's detected temperature and uptime
- **Switch**: allows the user to open and close the valve
@ -50,14 +53,6 @@ Add a new paired sensor to the valve controller.
| ---------------------- | -------- | ------------------------------------------------ |
| `uid` | yes | The unique device ID on the bottom of the sensor.|
### `guardian.reboot`
Reboot the device.
### `guardian.reset_valve_diagnostics`
Fully (and irrecoverably) reset all valve diagnostics.
### `guardian.unpair_sensor`
Remove a paired sensor from the valve controller.