Releases: sebr/bhyve-home-assistant
Releases · sebr/bhyve-home-assistant
2.0.0
New Features
- Sensor entities for zone history, including water consumption stats
Fixes
- Configurations with multiple devices would not show all entities due to conflicting
unique_id
values
Breaking Changes
- Only one state sensor per device is created, rather than one per zone per device
- To support multiple entities from multiple devices, all entities will be recreated due to new
unique_id
values
1.0.0
1.0.0
New Features
- Programs - switch entities created for zone programs which can now be turned on/off
- Rain delay - changed from a binary sensor to a switch and can now be enabled/disabled (default duration is 24 hours)
- New services added to:
- Start watering for a specified number of minutes
- Stop watering
- Enable rain delay for specified number of hours
- Disable rain delay
- Set the manual watering preset runtime for a device
Breaking Changes
- Rain delay
binary_sensor
entities are nowswitch
entities which enables them to be toggled on/off. This integration no longer provides thebinary_sensor
platform and it should be removed from configuration - Battery level
sensor
entities are renamed to be consistent with other entities (fromsensor.battery_level_{}
tosensor.{}_battery_level
) - Switch
watering_program
attribute has been moved to be a property the Smart Watering program attribute (program_e.watering_program
) as this was not relevant to regular programs
1.0.0-beta.0
Updating to version 1.0.0. No major changes from 0.2.0-alpha.6
0.2.0-alpha.6
New:
- Service to set the manual preset runtime of a device (i.e. the watering time when the zone switch is enabled)
Fixes:
- Fix zone switch programs when multiple devices with multiple programs are configured
- Updates to
bhyve_next_watering.py
python script
0.2.0-alpha.5
New:
- Services to enable/disable rain delays with custom timing
- Services to start/stop watering with custom timing
0.2.0-alpha.4
New
- [Breaking Change]: Rain delay entity is now exposed as a
switch
and thebinary_sensor
has been removed
0.2.0-alpha.3
Bug fixes
- Fix attributes when multiple devices exists with different programs
0.2.0-alpha.2
New
- Add
python_script
for creating/calculatingnext_watering
andrain_delay_finishing
sensors
0.2.0-alpha.1
Initial prototype with support for enabling/disabling programs with switch
entities