Pyhass / Hive-Custom-Component

A custom version of the home assistant hive component
MIT License
33 stars 17 forks source link

[BUG] #101

Closed haggertyg closed 3 years ago

haggertyg commented 3 years ago

In the latest version of the Hive integration, updated via HACS, the integration will no longer load.

I cant see how / where to check credentials as the setup also no longer appears

running under HA in a docker container

Screenshots Logger: homeassistant.setup Source: setup.py:164 First occurred: 14:53:10 (1 occurrences) Last logged: 14:53:10

Setup failed for hive: Unable to import component: cannot import name 'ConfigEntryAuthFailed' from 'homeassistant.exceptions' (/usr/src/homeassistant/homeassistant/exceptions.py) If applicable, add screenshots to help explain your problem.

haggertyg commented 3 years ago

Just an update. I removed this component and went back to the standard integration and it started working again (less entities though). I tries reinstalling again today and I have exactly the same issue again

jamesmheath commented 3 years ago

I had the same issue. Deleted and added the integration again. I now have the sensor entities back but the climate enitiy is missing. So I can monitor the heating but not control it

jmoorey1 commented 3 years ago

Getting exactly the same error.

Running Home Assistant core-2021.4.1.

image image

jmoorey1 commented 3 years ago

Getting exactly the same error.

Running Home Assistant core-2021.4.1.

Had to update Home Assistant to 2021.5.5. There were some new exceptions added that this new version takes advantage of.

Deleted the integration, reinstalled from HACS. Then after a clean bounce added Hive again, asked for a fresh auth and works a treat.