Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find weback in the integrations #28

Open
danielccm opened this issue Dec 21, 2021 · 6 comments
Open

Can't find weback in the integrations #28

danielccm opened this issue Dec 21, 2021 · 6 comments

Comments

@danielccm
Copy link

I'm using the latest HA 2012.12.4.

I was using the integration fine until about a week ago.

I had to reinstall the integration in HACS.

I now get "Integration error: weback - Integration 'weback' not found." when I want to restart HA and the integration is nowhere to be found, except for HACS..

Ideas?

I saw this post #7 from a year ago, but that's not my issue... I do have the +country code before the email.

As I said, it was working fine before.

@scriptbee
Copy link

scriptbee commented Dec 26, 2021

(( Fix for Integration error: weback - Integration 'weback' not found. ))

You have to change the manifest.json like this below. I think its because a version is required or its now Case-Sensitive. Chage Weback to weback and insert a Version.

cat /home/homeassistant/.homeassistant/custom_components/weback/manifest.json

{
  "codeowners": [
    "@opravdin"
  ],
  "domain": "weback",
  "name": "weback",
  "documentation": "https://www.home-assistant.io/integrations/weback",
  "requirements": [
    "weback-unofficial==0.3.5"
  ],
  "version": "1.9.0"
}

@Kayinwonderland
Copy link

Hello, it still does not work for me although I changed the Manifest

@danielccm
Copy link
Author

Same here

@Yokosa
Copy link

Yokosa commented Feb 18, 2022

The same for me, there is no weback in intergrams after installation.
@opravdin can you help us ?

@dl-84
Copy link

dl-84 commented Aug 1, 2022

The same for me, there is no weback in integration after installation.
@opravdin can you help us ?

@eVenent
Copy link

eVenent commented Nov 24, 2022

@opravdin is it possible to fix this integration or is your project abandoned? 🙁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants