MyQ is no longer recognized. Here is the error I’m getting.
I’m running Supervisor 2020.12.7 and Home Assistant OS 5.9
Logger: homeassistant.config_entries
Source: components/myq/__init__.py:36
First occurred: 7:07:24 AM (1 occurrences)
Last logged: 7:07:24 AM
Error setting up entry [email protected] for myq
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 236, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/myq/__init__.py", line 36, in async_setup_entry
myq = await pymyq.login(conf[CONF_USERNAME], conf[CONF_PASSWORD], websession)
File "/usr/local/lib/python3.8/site-packages/pymyq/api.py", line 259, in login
await api.authenticate(username, password, False)
File "/usr/local/lib/python3.8/site-packages/pymyq/api.py", line 170, in authenticate
auth_resp = await self.request(
File "/usr/local/lib/python3.8/site-packages/pymyq/api.py", line 151, in request
return await self._send_request(
File "/usr/local/lib/python3.8/site-packages/pymyq/api.py", line 114, in _send_request
message = f"Error requesting data from {url}: {data.get('description', str(err))}"
UnboundLocalError: local variable 'err' referenced before assignment