Skip to content

Releases: amitfin/retry

Multi-select for expected state

07 Aug 13:50
Compare
Choose a tag to compare

Expected state can be a list and has a corresponding selector for UI usage.

List of expected states

07 Aug 11:51
Compare
Choose a tag to compare

Expected state supports also a list of states (or a single string).

Translate services

04 Aug 10:05
Compare
Choose a tag to compare
Translate services Pre-release
Pre-release

HA 2023.8 added the ability to translate custom services (names, descriptions, fields). This release uses the new functionality.

Additional actions validations

25 Jul 14:05
Compare
Choose a tag to compare

Additional validations for retry.actions: (1) block nested retry.actions, (2) block retry.call inside retry.actions (3) pre-validation of retry.call parameters.

Actions service (UI friendly)

18 Jul 14:04
Compare
Choose a tag to compare

There is a new retry.actions service which is UI friendly. This new service can be used in visual mode without the need to edit the YAML configuration. The new service gets a sequence of actions and execute them with retries on service calls. Non service call steps are executed without modifications.

Make a separate call per entity

12 Jul 09:05
Compare
Choose a tag to compare

Make a separate call per entity when multiple entities are supplied. It means that a failure with one entity doesn't influence others. This behavior can be disabled by setting the new "individually" parameter to false (default is true).

Retry only invalid entities

29 May 19:19
Compare
Choose a tag to compare

Retry only invalid entities when the failure is because of entity's unavailability or unexpected state.
v1.6.2...v1.7.2

Fix a race condition when "expected_state" is used

13 May 17:44
Compare
Choose a tag to compare

Fixed a race condition when comparing the "expected_state" while the new state wasn't reflected yet.

New language (pt) and improved logging

07 May 14:55
1e01b79
Compare
Choose a tag to compare
Pre-release

No logic changes or fixes.

New “Expected State” option

09 Apr 22:02
Compare
Choose a tag to compare
v1.6.0

EXPECTED_STATE