Releases: andrew-codechimp/HA-Periodic-Min-Max
1.2.7
What's Changed
- Remove blocking operation at integration startup.
❤️ If you would like to show your support please
Full Changelog: 1.2.6...1.2.7
1.2.6
What's Changed
- Fix an issue with unit mismatch on some integrations
❤️ If you would like to show your support please
Full Changelog: 1.2.3...1.2.6
1.2.5
What's Changed
- Fix an issue with unit mismatch on some integrations
❤️ If you would like to show your support please
Full Changelog: 1.2.3...1.2.5
1.2.4
What's Changed
- Fix an issue with unit mismatch on some integrations
❤️ If you would like to show your support please
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
- Remove autocomplete on names (no more password manager prompts)
❤️ If you would like to show your support please
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- Modernise register entity service
- Bump min HA version to 2025.10
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
Fix deprecation of reset service filters
1.2.0
What's Changed
With Home Assistant 2025.8 the way helpers are added to associated devices has changed and all helpers are required to adopt the new approach.
Your Periodic Min/Max sensors are still added to the list of sensors of the device and work exactly as before but they are not shown in the top right of the devices page as secondary integrations, this means identifying helpers and getting to their configuration options is not as obvious.
To modify your Periodic Min/Max sensor there are now two methods
- Go to Settings -> Devices & Services -> Helpers and find your helper to modify
- Click on the sensor to open it's detail panel, click on the three dots, click on related and choose Periodic Min/Max
1.1.1
What's Changed
- At startup do not log a warning if the source entity is unavailable
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
A last_modified attribute is available to check when the min or max was really changed, this attribute does not update on HA restarts giving you an accurate indication on when the new min or max was hit. This can be useful for using as a trigger on an automation or for comparing via a template for a daily update.
