Skip to content

Commit

Permalink
Bump to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr committed Nov 9, 2021
1 parent 35fc6cf commit d8a269a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 201 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,25 @@ If this integration has been useful to you, please consider chipping in and buyi

This integration works with:

- [Orbit 71000 B-Hyve Smart Flood Sensors with Wi-Fi Hub](https://www.orbitonline.com/product/b-hyve-smart-flood-sensor/). The Wifi hub is required to provide the flood sensors with internet connectivity.
### Faucet / Tap / Sprinkler controllers

- [Orbit 21004 B-hyve Smart Hose Faucet Timer with Wi-Fi Hub](https://www.amazon.com/dp/B0758NR8DJ). The Wifi hub is required to provide the faucet timer with internet connectivity. Bluetooth connectivity with the timer is not supported.
- [Orbit 57946 B-hyve Smart Indoor/Outdoor 6-Station WiFi Sprinkler System Controller](https://www.amazon.com/gp/product/B01D15HOIQ). Compatibility has been reported by members of the community.
- [Orbit 57925 B-hyve Smart 8-Zone Indoor-Mount Sprinkler Controller](https://www.amazon.com/dp/B07DJ628XH). Compatibility has been reported by members of the community.
- [Orbit 57995 B-Hyve XR](https://www.amazon.com/Orbit-57995-16-Zone-Sprinkler-Controller/dp/B08J2C3FL5). Compatibility has been reported by members of the community.

_Note_: The Wifi hub is required to provide the faucet controllers with internet connectivity.

### Flood sensors

- [Orbit 71000 B-Hyve Smart Flood Sensors with Wi-Fi Hub](https://www.orbitonline.com/product/b-hyve-smart-flood-sensor/).

_Note_: The Wifi hub is required to provide the flood sensors with internet connectivity.

## Supported Entities

- `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 and alarm attribute for above/below threshold.
- `temperature sensor` for measuring the temperature at the device and alarm attribute for above/below threshold.
- `switch` for turning a zone on/off, enabling/disabling rain delays and toggling pre-configured programs.
- `binary_sensor` for detecting water leaks or flooding.

Expand All @@ -44,7 +53,6 @@ switch:

binary_sensor:
- platform: bhyve

```
## Sensor Entities
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bhyve/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "bhyve",
"version": "2.0.10",
"version": "2.1.0",
"name": "Orbit BHyve Integration",
"documentation": "https://github.com/sebr/bhyve-home-assistant/blob/master/README.md",
"dependencies": [],
Expand Down
5 changes: 3 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Orbit BHyve",
"domains": ["sensor", "switch"],
"iot_class": "Cloud Push"
"domains": ["binary_sensor", "sensor", "switch"],
"iot_class": "Cloud Push",
"render_readme": true
}
195 changes: 0 additions & 195 deletions info.md

This file was deleted.

0 comments on commit d8a269a

Please sign in to comment.