Releases: sebr/bhyve-home-assistant
Releases · sebr/bhyve-home-assistant
0.1.12
Bug fixes:
- Rain Delay binary sensor: Correctly set
cause
and weather_type
attributes after receiving rain delay event #11
0.1.11
Bug fixes:
- Fixes timer setting for manually triggering the irrigation switch (was being set to minutes, not seconds) #8
0.1.10
Bug fixes:
- Fixes potential issue where Rain Delay binary sensors would not be initialised
0.1.9
New:
- Adds program data to switch attributes.
0.1.7
Improvements
Zone switch
– Upcoming watering times exposed via the watering_program
attribute is now populated on entity initialisation. The watering_program
attribute is limited to zones which have smart watering enabled.
0.1.6
New
- Zone State – a
sensor
which reports the zone state. Can be used to alert when a device is forced off, eg because of low battery.
Improvements
- Zone
switch
– Add upcoming watering times as watering_program
attribute
- Rain Delay
binary_sensor
- started_at
attribute presented in local timezone
0.1.5
Fix watering_started timestamp parsing
0.1.4
- Set the switch
watering_started
attribute in local timezone
- Listen to
device_connected
and device_disconnected
events
- When a
rain_delay
event is received, pull extra info (such as cause and weather_type) from the API
- Various bug fixes
0.1.3
- Triggering a zone uses the device preset manual runtime (no longer hard coded to 10 minutes).
- Fetch extra
rain_delay
data from API after receiving event notification
- Fix
client.stop()
- Eagerly set switch state when turning on/off