Skip to content

Releases: amitfin/retry

Fix compatibility issue with HA 2025.1

27 Dec 13:38
Compare
Choose a tag to compare

This release (or newer) must be installed before upgrading to HA 2025.1. It's fixing a breaking change introduced by 2025.1. (The release is backward compatible and can be installed and can be used with older HA versions as well.)

Details:
HA 2025.1 introduced a breaking change of ServiceCall by requiring hass in the __init__ function. This was done by this PR.
The release adds the logic to provide hass if ServiceCall supports (i.e. requires) it.

Full Changelog: v3.2.0...v3.3.1

Remove "advanced" property from all "services.yaml" fields

10 Dec 09:40
Compare
Choose a tag to compare

The advanced property was set to True for most fields. It makes the field hidden in the UI for non-advanced users (a profile option which can be configured here). The advanced property was removed and the default is False. This means that all fields are available for all users.

Full Changelog: v3.1.0...v3.2.0

Repair parameter

08 Dec 20:22
Compare
Choose a tag to compare

New repair parameter controlling whether to issue a repair ticket. Documentation can be found here.

Full Changelog: v3.0.5...v3.1.0

Deprecation warnings

21 Nov 21:30
6c66809
Compare
Choose a tag to compare

Issue log warnings when deprecated retry.call action or service field are used.
Additional Slovak string translations.

Full Changelog: v3.0.2...v3.0.5

Deprecation warnings

20 Oct 06:58
c4b96ea
Compare
Choose a tag to compare
Deprecation warnings Pre-release
Pre-release

Issue log warnings when deprecated retry.call action or service field are used.

Full Changelog: v3.0.2...v3.0.4

Deprecation warnings

12 Aug 18:56
Compare
Choose a tag to compare
Deprecation warnings Pre-release
Pre-release

Note: v2.x of the integration is broken from HomeAssistant 2024.8. Please upgrade to v3.x.

3.0.3

Issue log warnings when deprecated retry.call action or service field are used.

Full Changelog: v3.0.2...v3.0.3

3.0.2

HomeAssistant 2024.8 renamed "service call" to "action". The integration was changed accordingly:

  • retry.call was renamed to retry.action.
  • service parameter field was renamed to action.

However, the integration is backward compatible. Using retry.call and/or service parameter field is supported.

Full Changelog: v2.12.1...v3.0.2

retry.call => retry.action

07 Aug 08:31
Compare
Choose a tag to compare

Note: v2.x of the integration is broken from HomeAssistant 2024.8. Please upgrade to v3.x.

HomeAssistant 2024.8 renamed "service call" to "action". The integration was changed accordingly:

  • retry.call was renamed to retry.action.
  • service parameter field was renamed to action.

However, the integration is backward compatible. Using retry.call and/or service parameter field is supported.

Full Changelog: v2.12.1...v3.0.2

Codebase improvements

04 Aug 20:21
Compare
Choose a tag to compare
Codebase improvements Pre-release
Pre-release

Lint & ruff improvements. No logic changes.

Full Changelog: v2.12.0...v2.12.1

"state_delay" parameter

30 Jul 15:57
Compare
Choose a tag to compare

A new state_delay parameter. Documentation can be found here.

Full Changelog: v2.11.0...v2.12.0

Backoff parameter

27 Jul 22:53
Compare
Choose a tag to compare

A new backoff parameter to allow customization. Documentation can be found here.

Full Changelog: v2.10.1...v2.11.0