weback-hass icon indicating copy to clipboard operation
weback-hass copied to clipboard

Can't find weback in the integrations

Open danielccm opened this issue 3 years ago • 6 comments

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 https://github.com/opravdin/weback-hass/issues/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.

danielccm avatar Dec 21 '21 08:12 danielccm

(( 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"
}

scriptbee avatar Dec 26 '21 15:12 scriptbee

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

Kayinwonderland avatar Feb 06 '22 18:02 Kayinwonderland

Same here

danielccm avatar Feb 07 '22 16:02 danielccm

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

Yokosa avatar Feb 18 '22 10:02 Yokosa

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

dl-84 avatar Aug 01 '22 20:08 dl-84

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

eVenent avatar Nov 24 '22 10:11 eVenent