Does anybody know how to remove this from Home assistant.
If I try to delete this, nothing happens.
If i try re-installing it from the Add Integration, I get the following error
In the Log File these are the errors
Logger: homeassistant.config_entries
Source: config_entries.py:735
First occurred: 11:00:24 (3 occurrences)
Last logged: 11:04:18
Error occurred loading configuration flow for integration yale_smart_alarm: cannot import name ‘UnknownError’ from ‘yalesmartalarmclient.exceptions’ (/usr/local/lib/python3.9/site-packages/yalesmartalarmclient/exceptions.py)
Logger: aiohttp.server
Source: components/yale_smart_alarm/coordinator.py:7
First occurred: 11:00:10 (3 occurrences)
Last logged: 11:03:44
Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py”, line 435, in _handle_request
resp = await request_handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py”, line 504, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py”, line 117, in impl
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 60, in security_filter_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/forwarded.py”, line 98, in forwarded_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 79, in ban_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 219, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 137, in handle
result = await result
File “/usr/src/homeassistant/homeassistant/components/config/config_entries.py”, line 72, in delete
result = await hass.config_entries.async_remove(entry_id)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 848, in async_remove
await entry.async_remove(self.hass)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 502, in async_remove
component = integration.get_component()
File “/usr/src/homeassistant/homeassistant/loader.py”, line 547, in get_component
cache[self.domain] = importlib.import_module(self.pkg_path)
File “/usr/local/lib/python3.9/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1030, in _gcd_import
File “”, line 1007, in _find_and_load
File “”, line 986, in _find_and_load_unlocked
File “”, line 680, in _load_unlocked
File “”, line 850, in exec_module
File “”, line 228, in _call_with_frames_removed
File “/usr/src/homeassistant/homeassistant/components/yale_smart_alarm/init.py”, line 9, in
from .coordinator import YaleDataUpdateCoordinator
File “/usr/src/homeassistant/homeassistant/components/yale_smart_alarm/coordinator.py”, line 7, in
from yalesmartalarmclient.exceptions import AuthenticationError, UnknownError
ImportError: cannot import name ‘UnknownError’ from ‘yalesmartalarmclient.exceptions’ (/usr/local/lib/python3.9/site-packages/yalesmartalarmclient/exceptions.py)