solis-sensor icon indicating copy to clipboard operation
solis-sensor copied to clipboard

Replace deprecated aliases HomeAssistantType and ServiceCallType

Open rneubert opened this issue 1 year ago • 1 comments

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

rneubert avatar May 27 '24 13:05 rneubert

Thanks for this @rneubert. I literally came here to submit my own PR for this and found yours. :)

CraigCallender avatar Jul 04 '24 08:07 CraigCallender

Thanks -- this is now merged into https://github.com/hultenvp/solis-sensor/pull/380 as a combined PR.

jmason avatar Jul 11 '24 22:07 jmason

As this one is merged via #380 I'll close this PR.

hultenvp avatar Aug 27 '24 10:08 hultenvp