Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr committed Jun 11, 2023
1 parent 2a58f17 commit 79415bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable no-inline-html -->
# bhyve-home-assistant

Orbit B-hyve component for [Home Assistant](https://www.home-assistant.io/).
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 79415bb

Please sign in to comment.