Skip to content

Releases: rgc99/irrigation_unlimited

Update

12 Oct 01:37
Compare
Choose a tag to compare

⭐ New features

  • Allow sequence_id on service calls to accept a list
  • Make future_span a float with 1 hour floor
  • New attribute on sequence entity shows repeat cycle
  • Start/finish notifications have additional information available

📖 Documentation

  • Update README.md

🐛 Bug Fixes

  • Fix #173 - Timeline. Don't add history to running item
  • Fix #184 - Occasional startup error when reloading
  • Fix #185 - Depreation warning 2024.9.0
  • Remove zero duration items from timeline
  • Zone refresh issue
  • Minor corrections for stability and performance

Full Changelog: 2024.8.0...2024.10.0

Update

04 Aug 00:47
Compare
Choose a tag to compare

⭐ New features

  • Support for HA 2024.8.0.

🐛 Bug Fixes

  • Fix #174 - Irrigation_unlimited will not start in HomeAssistant version 2024.8.0b0
  • Fix #169 - No "Next" task is displayed for zones
  • Further changes to support frontend translations
  • Minor corrections for stability and performance

Full Changelog: 2024.7.0...2024.8.0

Update

04 Jul 21:33
Compare
Choose a tag to compare
Update Pre-release
Pre-release

⭐ New features

  • This release contains support for new features in the companion card.

🐛 Bug Fixes

  • Minor corrections for stability and performance

Full Changelog: 2024.5.0...2024.7.0

Update

13 May 21:44
Compare
Choose a tag to compare

⭐ New features

  • Pause and resume a running sequence
  • Support valve and cover type entities natively

📖 Documentation

  • Update README.md by @KPCOFGS in #160
  • Added documentation for new service calls pause and resume as well as example by @evercape in #163

🐛 Bug Fixes

  • Harmonise status and icon between controller and sequence. Possible breaking change
  • Fix flow rate calculation
  • Minor corrections for stability and performance

New Contributors

Full Changelog: 2024.1.0...2024.5.0

Update

22 Jan 01:45
Compare
Choose a tag to compare

⭐ New features

  • Sequence now have associated entities #139
  • Sequences can be cancelled
  • Service call skip on sequences to move to next zone
  • Volume limiting on sequences #131

📖 Documentation

🐛 Bug Fixes

  • Fix issue #152
  • Remove non-essential fields from coordinator configuration attribute
  • Minor corrections for stability and performance

Full Changelog: 2023.11.0...2024.1.0

Update

01 Nov 23:56
Compare
Choose a tag to compare

⭐ New features

  • from/until schedule filter. Disable schedules from one date to another for example 15 Apr to 15 Sep.
  • Manual runs can be queued.
  • Check back support for W/O switches that read status via another entity.
  • Check back can toggle the switch.
  • User defined data for pass thru to cards etc.

📖 Documentation

🐛 Bug Fixes

  • Fix issue #140
  • Fix switch loading
  • Fix check_back configuration on controller
  • Minor corrections for stability and performance.

New Contributors

Full Changelog: 2023.9.0...2023.11.0

Suspend feature

12 Sep 04:00
Compare
Choose a tag to compare

This release contains the new suspend feature. A new card is also available.
Also check out the great work by @Kolia56 here in integrating Irrigation Unlimited and HAsmartirrigation. These two custom components work very well together.

⭐ New features

  • Suspend. Temporally disable a controller, zone or sequence for a period of time like 3 days or to a future date.

📖 Documentation

  • Update for new features.

🐛 Bug Fixes

  • Fix issue #132
  • Minor corrections for stability and performance.

Full Changelog: 2023.8.0...2023.9.0

Update

31 Jul 05:00
Compare
Choose a tag to compare

This release contains a number of changes and improvements.

What's Changed

🐛 Bug Fixes

  • HA 2023.8, automation and call error, causing no start condition by @erikpendragon in #130
  • Fix issue #129. Manual run with negative preamble.

📖 Documentation

  • Correct Notification example.
  • Add schedule_id to load_schedule service.

New Contributors

Full Changelog: 2023.7.0...2023.8.0

Update

02 Jul 00:45
Compare
Choose a tag to compare

This release contains a number of changes and improvements.

⚡ Enhancements

  • #113 Allow negative delays on sequences. Turn on the next zone before the current zone finishes. This can extend pump life by reducing on/off cycles.

📖 Documentation

  • Update for new features.

🐛 Bug Fixes

  • Fix issue #112. Does not switch off valve when reloading.
  • Fix issue #118. Manual run does not start when controller is disabled.
  • Fix issue #119. Reloading configuration enables controller.

Full Changelog: 2023.6.1...2023.7.0

Dynamic schedules, Templating and more

04 Jun 01:52
Compare
Choose a tag to compare

This release contains many changes and improvements. A lot of effort is put into test units behind the scenes. Once again thank you for your support.

⭐ New features

  • Templating support. Now available on service call parameters. Issue #53. Documentation details the parameters with examples.
  • Dynamically change schedules. Note: Changes are temporary and do not survive a HA restart. This the first part of issue #8. Schedules will need the new schedule_id field setup. See the load_schedule service call the documentation.

⚡ Enhancements

  • The time parameter in manual run service call is now optional. Will run the adjusted default duration. Simply omit the parameter or pass '0:00:00'. Sequences will work fine but zones will need the new duration parameter setup. Issue #71

📖 Documentation

  • Minor corrections to examples.
  • Update for new features.

🐛 Bug Fixes

  • Fix reload
  • Fix issue #100 Zone schedule lost.
  • Fix manual run on sequence with preamble
  • Minor corrections for stability and performance.

Full Changelog: 2023.2.1...2023.6.1