Releases: amitfin/retry
Fix compatibility issue with HA 2025.1
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
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
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
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
Issue log warnings when deprecated retry.call
action or service
field are used.
Full Changelog: v3.0.2...v3.0.4
Deprecation warnings
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 toretry.action
.service
parameter field was renamed toaction
.
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
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 toretry.action
.service
parameter field was renamed toaction
.
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
Lint & ruff improvements. No logic changes.
Full Changelog: v2.12.0...v2.12.1
"state_delay" parameter
A new state_delay
parameter. Documentation can be found here.
Full Changelog: v2.11.0...v2.12.0
Backoff parameter
A new backoff
parameter to allow customization. Documentation can be found here.
Full Changelog: v2.10.1...v2.11.0