mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update flo docs (#14360)
This commit is contained in:
parent
7fd75081fe
commit
33de1d987e
@ -3,10 +3,12 @@ title: Flo by Moen
|
|||||||
description: Instructions on how to integrate Flo by Moen into Home Assistant.
|
description: Instructions on how to integrate Flo by Moen into Home Assistant.
|
||||||
ha_release: 0.115
|
ha_release: 0.115
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Binary Sensor
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Switch
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@dmulcahey'
|
- "@dmulcahey"
|
||||||
ha_domain: flo
|
ha_domain: flo
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -15,9 +17,29 @@ The `flo` 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 whether or not there are any alerts.
|
||||||
- **Sensor**: reports on the device's system mode, water flow rate, temperature, water pressure, and daily water consumption.
|
- **Sensor**: reports on the device's system mode, water flow rate, temperature, water pressure, and daily water consumption.
|
||||||
|
- **Switch**: allows the user to open and close the valve on the water shutoff device.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
This integration can be configured via the Home Assistant UI by navigating to
|
This integration can be configured via the Home Assistant UI by navigating to
|
||||||
**Configuration** -> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Flo**.
|
**Configuration** -> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Flo**.
|
||||||
|
|
||||||
|
## Services
|
||||||
|
|
||||||
|
### `flo.run_health_test`
|
||||||
|
|
||||||
|
Run a health test for the Flo device.
|
||||||
|
|
||||||
|
### `flo.set_away_mode`
|
||||||
|
|
||||||
|
Set the Flo device to away mode.
|
||||||
|
|
||||||
|
### `flo.set_home_mode`
|
||||||
|
|
||||||
|
Set the Flo device to home mode.
|
||||||
|
|
||||||
|
### `flo.set_sleep_mode`
|
||||||
|
|
||||||
|
Set the Flo device to sleep mode.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user