AttributeError: 'NoneType' object has no attribute 'loop'`
There is a loop that seems to be preventing the service from starting.
08-06 14:30:10 iCloud3 v3.2.3 Traceback (most recent call last): File "/config/custom_components/icloud3/icloud3_main.py", line 957, in process_updated_location_data Device.write_ha_device_tracker_state() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/config/custom_components/icloud3/device.py", line 1608, in write_ha_device_tracker_state self.DeviceTracker.write_ha_device_tracker_state() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/config/custom_components/icloud3/device_tracker.py", line 654, in write_ha_device_tracker_state self.schedule_update_ha_state() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1245, in schedule_update_ha_state self.hass.loop.call_soon_threadsafe( ^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'loop'
I have the same issue.
Update to v3.2.4.1 on the iCloud3 Developers GitHub repository. See here for more info.
that did the trick for me! back up and running