Releases: petergridge/Irrigation-V5
V2025.01.02b1
Update card javascript to workaround lastchild problem being experienced by some users
V2025.01.01
BREAKING CHANGE
- Depending on the complexity of the implementation some options may need to be transitioned to different entity types.
- Frequency selection options will need to be updated in the program configuration.
- The custom card will need to be edited.
This has been a significant redevelopment.
All helper objects are now created automatically. All you need to configure now are the switches/valves and sensors.
Naming of entities is determined using the translation files. These have gaps so please volunteer to update or provide a new file. Contact me if you can help, it is not a complex process.
The custom card has been updated for this release, the move to entities rather than attributes on the program switch have allowed for a richer experience leveraging the icon translation capabilities.
It is now easier to get support information with the integration of Diagnostics
Frequency can now be determined as an offset of Sunrise or Sunset.
Add the option to pause and resume a running program.
Allow multiple zones to run concurrently in a program. If this setting is selected the zone transition is not available.
Upgrading
- Once installed:
- The frequency options will default to a single value '1', reconfigure the program to add additional options.
- Watering time/volume will default to 1.
- ECO attributes will default to 1.
- The previous version supported input types for sensors, these have been limited to sensor, or binary_sensor types. Where the existing configuration does not comply the entry will be removed and a notification raised. Samples of translating input types to sensors can be found in the test helpers yaml file.
- the custom card will be upgraded, edit the card to select the zones to display. CTRL-Click to select multiple zones.
V2024.12.01b4
Updated Italian translation
More or issue #100
V2024.12.01b3
Fix issue #100
V2024.12.01b2
Implement delay to allow switches to initialise
V2024.12.01b0
BREAKING CHANGE
Depending on the complexity of the implementation some options may need to be transitioned to different entity types.
Frequency selection options will need to be updated in the program configuration.
The custom card will need to be edited.
This has been a significant redevelopment. All helper objects are now created automatically. All you need to configure now are the switches/valves and sensors.
Naming of entities is determined using the translation files. These have gaps so please volunteer to update or provide a new file. Contact me if you can help, it is not a complex process.
The custom card has been updated for this release, the move to entities rather than attributes on the program switch have allowed for a richer experience leveraging the icon translation capabilities.
It is now easier to get support information with the integration of Diagnostics
Frequency can now be determined as an offset of Sunrise or Sunset.
Add the option to pause and resume a running program.
Allow multiple zones to run concurrently in a program. If this setting is selected the zone transition is not available.
V2024.10.03
Remove unavailable sensors from the entity registry when a zone is deleted
V2024.10.01
Prevent adjustment from impacting run time once a zone has turned on
Support valve for pump entity
Fix rain sensor
V2024.09.07
Fix last ran date time
V2024.09.06
Reorder zones in the config flow
Modify the listing config action to include values of the items
Support sensor for start time, for example the sun sensor to start a program at dawn.
Support +/- inter zone delay (delay between zone/overlap of zones)
Improve start/stop processing of zones while a program is running, if a zone is started while a program is running it will be appended to the run.
Add translation for status values in the card
Add French translation