Replace deprecated aliases HomeAssistantType and ServiceCallType
Fixes #369
HomeAssistantType was used from solis, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'solis' custom integration
ServiceCallType was used from solis, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.ServiceCall instead, please report it to the author of the 'solis' custom integration
Thanks for this @rneubert. I literally came here to submit my own PR for this and found yours. :)
Thanks -- this is now merged into https://github.com/hultenvp/solis-sensor/pull/380 as a combined PR.
As this one is merged via #380 I'll close this PR.