HA 2026.1 compatibility
In Home Assistant 2026.1, the class TargetSelectorData was renamed to TargetSelection (by this PR).
This release of retry adopts the new class name when running on newer Home Assistant versions, while maintaining backward compatibility with older versions.
Without this change, the following deprecation warning is logged:
The deprecated class TargetSelectorData was instantiated from retry. It will be removed in HA Core 2026.12.0. Use TargetSelection instead. Please create a bug report at https://github.com/amitfin/retry/issues
Full Changelog: v4.1.1...v4.1.2