#Sunsa integration not working in 2025.10

1 messages · Page 1 of 1 (latest)

dense wedge
#

My sunsa integration isn't loading on 2025.10 (at least not in 0b0 or 0b1). From some discussions I've had, I think putting pysunsa in pypi would fix the issue.

Here are my errors:

Logger: homeassistant.setup
Source: setup.py:278
First occurred: 10:57:13 AM (1 occurrence)
Last logged: 10:57:13 AM

Setup failed for custom integration 'sunsa': Requirements for sunsa not found: ['git+https://github.com/r01k/Pysunsa@master#pysunsa==0.0.3'].

Logger: homeassistant.util.package
Source: util/package.py:159
First occurred: 10:57:11 AM (3 occurrences)
Last logged: 10:57:13 AM

Unable to install package git+https://github.com/r01k/Pysunsa@master#pysunsa==0.0.3: error: Git operation failed Caused by: Git executable not found. Ensure that Git is installed and available.

primal osprey
#

That'd be best filed w/ the custom integration's GitHub repo. That's an issue w/ the integration itself and would require an update. Looks like you've already got an issue open.

dense wedge
#

Yeah, I have that issue open, but thought I'd cross-post, since that repo doesn't see much activity

#

Just so I understand, was there a change where in 2025.09 it was fine to get the pysunsa dependency using git, but now custom integrations need to use pypi?

primal osprey
#

I can't say for certain, not entirely sure what's changed in the beta (release notes don't mention it readily from what I can tell), but it looks like the Git binary used to be available and it no longer is.

primal osprey
dense wedge
#

Maybe I just need some patience then!