mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add Event platform description to watergate documentation
This commit is contained in:
parent
38e8c87e16
commit
fcc5842fd4
@ -14,6 +14,7 @@ ha_domain: watergate
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- valve
|
- valve
|
||||||
- sensor
|
- sensor
|
||||||
|
- event
|
||||||
---
|
---
|
||||||
|
|
||||||
The **Watergate** integration integrates your Watergate Devices (currently Sonic Wi-Fi) with your Home Assistant.
|
The **Watergate** integration integrates your Watergate Devices (currently Sonic Wi-Fi) with your Home Assistant.
|
||||||
@ -22,6 +23,7 @@ With this integration, you are able to:
|
|||||||
- Control your valve
|
- Control your valve
|
||||||
- Monitor live telemetry (water flow, water pressure, water temperature)
|
- Monitor live telemetry (water flow, water pressure, water temperature)
|
||||||
- Monitor water usage
|
- Monitor water usage
|
||||||
|
- Receive information when Sonic shuts off the valve due to potential leak
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@ -69,6 +71,16 @@ The Watergate integration provides the following entities.
|
|||||||
- **Water valve state**
|
- **Water valve state**
|
||||||
- **Description**: The current state of the water valve (open/closed).
|
- **Description**: The current state of the water valve (open/closed).
|
||||||
- **Remarks**: It is automatically updated when the valve state is changed.
|
- **Remarks**: It is automatically updated when the valve state is changed.
|
||||||
|
|
||||||
|
#### Events
|
||||||
|
|
||||||
|
- **Auto Shut-Off**
|
||||||
|
- **Description**: Event triggered when the valve automatically shuts off due to detected leak.
|
||||||
|
- **Event Type**: Either `volume_threshold` or `duration_threshold`
|
||||||
|
- **Event Data**:
|
||||||
|
- `volume`: The volume of water that triggered the shut-off
|
||||||
|
- `duration`: The duration of leak that triggered the shut-off
|
||||||
|
- **Remarks**: Historical events are not preserved across Home Assistant restarts.
|
||||||
|
|
||||||
## Data updates
|
## Data updates
|
||||||
|
|
||||||
@ -77,7 +89,7 @@ Thanks to the webhook option, Sonic will provide live telemetry every second whe
|
|||||||
|
|
||||||
## Known limitations
|
## Known limitations
|
||||||
|
|
||||||
The integration does not provide the ability to set auto shut-off thresholds and does not report any events regarding automatically closed valves.
|
The integration does not provide the ability to set auto shut-off thresholds.
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user