From 79415bbaca058f668302d7cef0525c577c6828c1 Mon Sep 17 00:00:00 2001 From: Seb Ruiz Date: Sun, 11 Jun 2023 11:40:58 +1000 Subject: [PATCH] Update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c9cb2b..e1909b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # bhyve-home-assistant Orbit B-hyve component for [Home Assistant](https://www.home-assistant.io/). @@ -33,7 +34,7 @@ _Note_: The Wifi hub is required to provide the flood sensors with internet conn - `sensor` for measuring battery levels and watering history of `sprinkler_timer` devices as well as the device on/off state (not to be confused with zone on/off switches). - `temperature sensor` for measuring the temperature at the device. - `switch` for turning a zone on/off, enabling/disabling rain delays and toggling pre-configured programs. -- `binary_sensor` for detecting water leaks or flooding, temperature alerting sensor if out of threshold. +- `binary_sensor` for `flood_sensor` devices which provide liquid detection and temperature alerts when out of threshold. ## Installation @@ -94,13 +95,15 @@ The following attributes are set on zone history sensor entities: ## Binary Sensor Entities +The BHyve flood sensor provides the following `binary_sensor` entities: + ### Water/Flood A **binary_sensor** that turns on if water is detected. ### Temperature Alert -A **binary_sensor** that turns on if the detected temperature is over or under the set threshold. +A **binary_sensor** that turns on if the detected temperature is over or under the set threshold. The threshold values should be set using the BHyve app. ## Switch Entities