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