Skip to content

Fix compatibility issue with HA 2025.1

Latest
Compare
Choose a tag to compare
@amitfin amitfin released this 27 Dec 13:38
· 4 commits to main since this release

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