-
Notifications
You must be signed in to change notification settings - Fork 25
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
Component error: weback - Integration 'weback' not found. #25
Comments
I'm having the same issue. |
1 similar comment
I'm having the same issue. |
Same for me :( |
If you have the error "Component error: weback - Integration 'weback' not found." try adding this to the file config/custom-components/weback/manifest.json
after "name": "Weback", so that it looks like: |
xNiightT is the best. It works :-D |
Hell yeah!
|
Hallo!
I got to add the integration, but after a restart I got the following error:
Logger: homeassistant.setup
Source: custom_components/weback/init.py:47
Integration: weback
First occurred: 10:05:20 AM (1 occurrences)
Last logged: 10:05:20 AM
Error during setup of component weback
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 255, in _async_setup_component
result = await task
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/weback/init.py", line 47, in setup
devices = weback_api.device_list()
File "/usr/local/lib/python3.9/site-packages/weback_unofficial/client.py", line 75, in device_list
session = self.get_session()
File "/usr/local/lib/python3.9/site-packages/weback_unofficial/client.py", line 137, in get_session
raise Exception(f"Could not authenticate. {weback_data['Fail_Reason']}")
Exception: Could not authenticate. account or password is incorrect
Any Idea?
Thank!!!
JP
The text was updated successfully, but these errors were encountered: