-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Restarted HA this morning (had not noticed that there were any issues, but didnt check all integrations) and Winix refuses to start now. I've manually reloaded and its continuing to try. Perhaps its due to something unavailable on Winix site, but just wanted to post this here to get a head start on any possible issues with HA updates.
Getting the following message when it fails to load:
Unexpected error fetching WinixManager 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 "/config/custom_components/winix/manager.py", line 89, in _async_update_data
await self.async_update()
File "/config/custom_components/winix/manager.py", line 120, in async_update
for device_wrapper in self._device_wrappers:
TypeError: 'NoneType' object is not iterable