#Shark IQ integration not working after 2025.9.0 update

1 messages · Page 1 of 1 (latest)

fleet rose
#

Since the 2025.9.0 upgrade, the Shark IQ integration is reported as "Failed to set up". Clicking on the integration says to check the logs; in the logs I see this error:

Logger: homeassistant.components.sharkiq
Source: components/sharkiq/config_flow.py:57
integration: Shark IQ (documentation, issues)
First occurred: 8:27:23 AM (4 occurrences)
Last logged: 9:37:54 AM

Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/sharkiq/config_flow.py", line 57, in _validate_input
    await ayla_api.async_sign_in()
  File "/usr/local/lib/python3.13/site-packages/sharkiq/ayla_api.py", line 215, in async_sign_in
    self._set_id_token(auth0_resp.status, auth0_resp_json)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/sharkiq/ayla_api.py", line 167, in _set_id_token
    self._auth0_id_token = login_result["id_token"]
                           ~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'id_token'