Skip to content

Releases: andrew-codechimp/HA-Periodic-Min-Max

1.2.7

26 Feb 11:38
38d1817

Choose a tag to compare

What's Changed

  • Remove blocking operation at integration startup.

❤️ If you would like to show your support please

"Buy Me A Coffee"

Full Changelog: 1.2.6...1.2.7

1.2.6

06 Feb 11:24
1e75024

Choose a tag to compare

What's Changed

  • Fix an issue with unit mismatch on some integrations

❤️ If you would like to show your support please

"Buy Me A Coffee"

Full Changelog: 1.2.3...1.2.6

1.2.5

03 Feb 19:50
1b6762f

Choose a tag to compare

What's Changed

  • Fix an issue with unit mismatch on some integrations

❤️ If you would like to show your support please

"Buy Me A Coffee"

Full Changelog: 1.2.3...1.2.5

1.2.4

03 Feb 10:31
588619e

Choose a tag to compare

1.2.4 Pre-release
Pre-release

What's Changed

  • Fix an issue with unit mismatch on some integrations

❤️ If you would like to show your support please

"Buy Me A Coffee"

Full Changelog: 1.2.3...1.2.4

1.2.3

01 Feb 15:22
2493827

Choose a tag to compare

What's Changed

  • Remove autocomplete on names (no more password manager prompts)

❤️ If you would like to show your support please

"Buy Me A Coffee"

Full Changelog: 1.2.2...1.2.3

1.2.2

04 Dec 11:58
61f8ef3

Choose a tag to compare

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

04 Nov 08:59
2f79e50

Choose a tag to compare

What's Changed

Fix deprecation of reset service filters

1.2.0

15 Aug 14:01
6e188a6

Choose a tag to compare

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

29 Jul 09:02
3251e9f

Choose a tag to compare

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

30 Apr 13:28
7766e96

Choose a tag to compare

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.