jlvaillant / intellicenter

Home Assistant Integration for Pentair Intellicenter
GNU General Public License v3.0
32 stars 13 forks source link

HACS install failure #53

Closed nervling closed 1 year ago

nervling commented 1 year ago

I'm getting the following failure in my homeassistant logs. I'm running HA via docker if that matters.

Logger: custom_components.hacs Source: custom_components/hacs/helpers/methods/installation.py:29 Integration: HACS (documentation, issues) First occurred: 9:34:49 AM (34 occurrences) Last logged: 9:37:55 AM

Download was not completed [timeout() got an unexpected keyword argument 'loop']

dwradcliffe commented 1 year ago

I'm guessing this is either a bug in HACS or a problem with your internet connection, and not related to this component.

nervling commented 1 year ago

I doubt it's my internet connection, but it could be a recent HACS bug. Someone else would need to try a fresh install to see if it repros.

nervling commented 1 year ago

looks like my HACS was really out of date. Updating it fixed the issue. Thanks!