DeebotUniverse / Deebot-4-Home-Assistant

Home Assistant integration for deebot vacuums
https://deebot.readthedocs.io/integrations/home-assistant/
GNU General Public License v3.0
180 stars 40 forks source link

Setup failed for deebot: Integration not found. #426

Closed neildsb closed 1 year ago

neildsb commented 1 year ago

Checks

The problem

I upgraded to 2.1.0 and had the following error

Logger: homeassistant.setup Source: setup.py:193 First occurred: 3:13:11 pm (1 occurrences) Last logged: 3:13:11 pm

Setup failed for deebot: Integration not found.

Diagnostics information

Home Assistant 2023.9.2 Supervisor 2023.09.2 Operating System 10.5 Frontend 20230911.0 - latest

Anything in the logs that might be useful for us?

No response

Additional information

No response

snappingneuron commented 1 year ago

Same here, new update borked everything.

cash83 commented 1 year ago

after update integration not found.

xPudda commented 1 year ago

Same here, integration not found.

Logs:

2023-09-24 17:35:14.699 ERROR (SyncWorker_1) [homeassistant.loader] The custom integration 'deebot' does not have a valid version key () in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details

2023-09-24 17:35:33.597 ERROR (MainThread) [homeassistant.setup] Setup failed for deebot: Integration not found. homeassistant.loader.IntegrationNotFound: Integration 'deebot' not found.

RasmusC92 commented 1 year ago

Hi y'all.

I know that there already is some reports on this issue, i just want the auther to know, that there is one more :-)

Today, i updated from version 2.0.0 to 2.1.0 and now Dobbie is gone! (Maybe someone gave him a sock...)

Logs and some screenshots is attached to this post :-)

I figured out that i can remove the integration and then install version 2.0.0 again, which is still working.

Poor Dobbie is unavailable home-assistant_2023-09-24T16-07-50.989Z.log Logs from GUI.txt

RasmusC92 commented 1 year ago

Hi y'all.

I know that there already is some reports on this issue, i just want the auther to know, that there is one more :-)

Today, i updated from version 2.0.0 to 2.1.0 and now Dobbie is gone! (Maybe someone gave him a sock...)

Logs and some screenshots is attached to this post :-)

I figured out that i can remove the integration and then install version 2.0.0 again, which is still working.

Poor Dobbie is unavailable home-assistant_2023-09-24T16-07-50.989Z.log Logs from GUI.txt

A little update here! I just tried to install the update again and restart HA, then open the manifest file at put in the version "2.1.0" where there was nothing written and gues what... IT WORKS :-)

image

imightbelosthere commented 1 year ago

Hi y'all. I know that there already is some reports on this issue, i just want the auther to know, that there is one more :-) Today, i updated from version 2.0.0 to 2.1.0 and now Dobbie is gone! (Maybe someone gave him a sock...) Logs and some screenshots is attached to this post :-) I figured out that i can remove the integration and then install version 2.0.0 again, which is still working. Poor Dobbie is unavailable home-assistant_2023-09-24T16-07-50.989Z.log Logs from GUI.txt

A little update here! I just tried to install the update again and restart HA, then open the manifest file at put in the version "2.1.0" where there was nothing written and gues what... IT WORKS :-)

image

Can confirm that this allows you to get the Integration available again on HA. Thank you @RasmusC92 for sharing the workaround you've applied.

cash83 commented 1 year ago

Hi y'all. I know that there already is some reports on this issue, i just want the auther to know, that there is one more :-) Today, i updated from version 2.0.0 to 2.1.0 and now Dobbie is gone! (Maybe someone gave him a sock...) Logs and some screenshots is attached to this post :-) I figured out that i can remove the integration and then install version 2.0.0 again, which is still working. Poor Dobbie is unavailable home-assistant_2023-09-24T16-07-50.989Z.log Logs from GUI.txt

A little update here! I just tried to install the update again and restart HA, then open the manifest file at put in the version "2.1.0" where there was nothing written and gues what... IT WORKS :-) image

Can confirm that this allows you to get the Integration available again on HA. Thank you @RasmusC92 for sharing the workaround you've applied.

this way it was resolved

townsmcp commented 1 year ago

@RasmusC92 thanks for the tip of updating the manifest file. Worked for me

geofffarmer commented 1 year ago

Thanks, @RasmusC92. Working again.

edenhaus commented 1 year ago

It was fixed with a new Version. The version is automatically set with a workflow during the release, but it failed to detect the version. Added a check to prevent this issue in the future with #429