vinteo / hass-opensprinkler

OpenSprinkler Integration for Home Assistant
MIT License
204 stars 40 forks source link

OpenSprinkler not working since update to HA2023.10.2 #259

Closed wokkeltje13 closed 11 months ago

wokkeltje13 commented 11 months ago

I receive the following errors: Setup failed for custom integration opensprinkler: Requirements for opensprinkler not found: ['pyopensprinkler==0.7.7'].

Unable to install package pyopensprinkler==0.7.7: ERROR: Cannot install pyopensprinkler==0.7.7 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

CZonin commented 11 months ago

Just ran into this as well

shaggee commented 11 months ago

Same here

Setup failed for custom integration opensprinkler: Requirements for opensprinkler not found: ['pyopensprinkler==0.7.7']. + Unable to install package pyopensprinkler==0.7.7: ERROR: Cannot install pyopensprinkler==0.7.7 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

mkmer commented 11 months ago

@vinteo : HA bumped aiohttp3.8.6 - we need the API to either == 3.8.6 or > 3.8.5 the requirement for aiohttp.

vinteo commented 11 months ago

update to v1.2.3

CZonin commented 11 months ago

update to v1.2.3

All good with 1.2.3. Thanks for the quick update!