Skip to content

Releases: sebr/bhyve-home-assistant

2.0.0

24 Jun 23:52
Compare
Choose a tag to compare

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

23 Jun 13:11
Compare
Choose a tag to compare

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 now switch entities which enables them to be toggled on/off. This integration no longer provides the binary_sensor platform and it should be removed from configuration
  • Battery level sensor entities are renamed to be consistent with other entities (from sensor.battery_level_{} to sensor.{}_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

23 Jun 12:46
Compare
Choose a tag to compare
1.0.0-beta.0 Pre-release
Pre-release

Updating to version 1.0.0. No major changes from 0.2.0-alpha.6

0.2.0-alpha.6

11 Jun 11:46
Compare
Choose a tag to compare
0.2.0-alpha.6 Pre-release
Pre-release

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

11 Jun 01:42
Compare
Choose a tag to compare
0.2.0-alpha.5 Pre-release
Pre-release

New:

  • Services to enable/disable rain delays with custom timing
  • Services to start/stop watering with custom timing

0.2.0-alpha.4

05 Jun 01:34
Compare
Choose a tag to compare
0.2.0-alpha.4 Pre-release
Pre-release

New

  • [Breaking Change]: Rain delay entity is now exposed as a switch and the binary_sensor has been removed

0.2.0-alpha.3

04 Jun 11:34
Compare
Choose a tag to compare
0.2.0-alpha.3 Pre-release
Pre-release

Bug fixes

  • Fix attributes when multiple devices exists with different programs

0.2.0-alpha.2

26 May 13:14
Compare
Choose a tag to compare
0.2.0-alpha.2 Pre-release
Pre-release

New

  • Add python_script for creating/calculating next_watering and rain_delay_finishing sensors

0.2.0-alpha.1

25 May 12:14
Compare
Choose a tag to compare
0.2.0-alpha.1 Pre-release
Pre-release

Initial prototype with support for enabling/disabling programs with switch entities

0.1.13

21 May 01:08
Compare
Choose a tag to compare

Bug fixes:

  • Fix deprecation warnings in HA 0.110 logs