Releases: jeroenterheerdt/HAsmartirrigation
v0.0.32
v0.0.31
v0.0.31: fixing a bug related to initial update delay showing incorrectly. Also changing behavior of change percentage (formally known as increase percentage) - defaults to 100% now. The behavior is: whatever percentage this is set to (say 150) that percentage of the calculated adjusted run time will be returned by the component."
v0.0.30
v0.0.30: adding two new features: 1) % increase and 2) initial update scheduler
v0.0.29
v0.0.29 - scan_interval back to hourly instead of dev setting of every five minutes... oops.
v0.0.28
v0.0.28 - fixing a bug where hourly adjusted run time included lead_time. Daily adjusted run time added it again.
v0.0.27
v0.0.27 - fixing a bug reported in #12 (comment)
v0.0.26
v0.0.25
v0.0.24
v0.0.23
v0.0.23: groundwork for making number_of_sprinklers, flow and area configurable using options flow as well (#27). daily bucket delta is now not the most recent bucket value as reported by the hourly sensor but the average of the values collected. this assumes the daily bucket is calculated at least once per day. This a step towards enabling use of weather stations (#12). Also adding some work for fixing #26.