I have problems with connecting to the Garmin Connect Integration. I have tried it with the Garmin account of my wife, that cworked like a charm. I tried it with my account and ik fails constantly, fater accepting my credentials, the logging tells the following:
Logger: custom_components.garmin_connect
Source: custom_components/garmin_connect/__init__.py:99
Integration: Garmin Connect ([documentation](https://github.com/cyberjunky/home-assistant-garmin_connect), [issues](https://github.com/cyberjunky/home-assistant-garmin_connect/issues))
First occurred: 7:41:42 PM (2 occurrences)
Last logged: 7:42:18 PM
Unexpected error fetching garmin_connect data: 'NoneType' object is not iterable
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh self.data = await self._async_update_data() File "/config/custom_components/garmin_connect/__init__.py", line 99, in _async_update_data alarms = await self.hass.async_add_executor_job(self._api.get_device_alarms) File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.9/site-packages/garminconnect_ha/__init__.py", line 206, in get_device_alarms alarms += device_settings["alarms"] TypeError: 'NoneType' object is not iterable~
Anyone any thoughts?