mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Adding documentation for flume notifications (#23795)
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
47b4d4826d
commit
f4cba8f1b3
@ -2,6 +2,7 @@
|
|||||||
title: Flume
|
title: Flume
|
||||||
description: Documentation about the flume sensor.
|
description: Documentation about the flume sensor.
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Binary Sensor
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_release: 0.103
|
ha_release: 0.103
|
||||||
@ -13,6 +14,7 @@ ha_codeowners:
|
|||||||
ha_domain: flume
|
ha_domain: flume
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- binary_sensor
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
@ -29,6 +31,17 @@ The Flume API access is available to Flume Insight users only, which may require
|
|||||||
|
|
||||||
To add `Flume` to your installation, go to **Settings** -> **Devices & Services** in the UI, click the button with `+` sign and from the list of integrations select **Flume**.
|
To add `Flume` to your installation, go to **Settings** -> **Devices & Services** in the UI, click the button with `+` sign and from the list of integrations select **Flume**.
|
||||||
|
|
||||||
|
## Notifications
|
||||||
|
|
||||||
|
Flume notifications are available via binary sensors. To clear the notifications, you will need to use your Flume app or go to: [https://portal.flumewater.com/notifications]([https://portal.flumewater.com/notifications]) and clear the notification in question.
|
||||||
|
|
||||||
|
The following notifications are supported:
|
||||||
|
|
||||||
|
* Bridge disconnected
|
||||||
|
* High flow
|
||||||
|
* Leak detected
|
||||||
|
|
||||||
|
|
||||||
## Configuration for Binary Sensor
|
## Configuration for Binary Sensor
|
||||||
|
|
||||||
The following YAML creates a binary sensor. This requires the default sensor to be configured successfully.
|
The following YAML creates a binary sensor. This requires the default sensor to be configured successfully.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user