Description
The problem
You must now request a security key from the API dashboard, which I can't log in for now. Then this new API can be configured to do callbacks on a webhook that you specify.
Seems that this integration will need to be rewriten to say the least.
What version of Home Assistant Core has the issue?
core-2025.6.0
What was the last working version of Home Assistant Core?
core-2025.6.0
What type of installation are you running?
Home Assistant OS
Integration causing the issue
seventeentrack
Link to integration documentation on our website
https://www.home-assistant.io/integrations/seventeentrack/
Diagnostics information
`Logger: homeassistant.components.seventeentrack
Source: helpers/update_coordinator.py:382
integration: 17TRACK (documentation, issues)
First occurred: 07:47:54 (228 occurrences)
Last logged: 12:55:08
Unexpected error fetching seventeentrack data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/seventeentrack/coordinator.py", line 61, in _async_update_data
summary = await self.client.profile.summary(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
show_archived=self.show_archived
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/site-packages/pyseventeentrack/profile.py", line 111, in summary
for kind in summary_resp.get("Json", {}).get("eitem", []):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'`
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response