weback-hass
weback-hass copied to clipboard
Can't find weback in the integrations
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.
(( 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"
}
Hello, it still does not work for me although I changed the Manifest
Same here
The same for me, there is no weback in intergrams after installation. @opravdin can you help us ?
The same for me, there is no weback in integration after installation. @opravdin can you help us ?
@opravdin is it possible to fix this integration or is your project abandoned? 🙁