Hello everyone,
Running hassio for less than 24 hours and get nothing (as in no devices) when I add the iCloud integration. Tried the front end and configuration.yaml route with the same results. I get the following in the log:
2020-01-24 09:24:51 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry [email protected] for icloud
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 215, in async_setup
hass, self
File "/usr/src/homeassistant/homeassistant/components/icloud/__init__.py", line 158, in async_setup_entry
await hass.async_add_executor_job(account.setup)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/icloud/__init__.py", line 307, in setup
self.update_devices()
File "/usr/src/homeassistant/homeassistant/components/icloud/__init__.py", line 341, in update_devices
self._fetch_interval = self._determine_interval()
File "/usr/src/homeassistant/homeassistant/components/icloud/__init__.py", line 411, in _determine_interval
int(min(intervals.items(), key=operator.itemgetter(1))[1]),
ValueError: min() arg is an empty sequence
My iCloud is pretty generic. My whole family and all of their devices are in FInd My. Not using 2FA.
On several occasions after adding the integration I receive an email notification from Apple regarding a new sign in to iCloud. It’s just that nothing happens after that.
Any ideas what to try next?
Thanks everyone,
Bo