mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add docs for Guardian migration of certain services to buttons (#23373)
This commit is contained in:
parent
d74ecc3e6f
commit
70bf7b5b98
@ -4,6 +4,7 @@ description: Instructions on how to integrate SimpliSafe into Home Assistant.
|
|||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: '0.111'
|
ha_release: '0.111'
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Button
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
@ -14,6 +15,7 @@ ha_domain: guardian
|
|||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- button
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
@ -27,6 +29,7 @@ The `guardian` integration integrates
|
|||||||
There is currently support for the following device types within Home Assistant:
|
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
|
- **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
|
- **Sensor**: reports on the device's detected temperature and uptime
|
||||||
- **Switch**: allows the user to open and close the valve
|
- **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.|
|
| `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`
|
### `guardian.unpair_sensor`
|
||||||
|
|
||||||
Remove a paired sensor from the valve controller.
|
Remove a paired sensor from the valve controller.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user