You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - thank you so much for your work on this. I am getting the following error while trying to start the integration (have tried beta version and release version). Any help you could provide would be great!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 313, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/config/custom_components/smartthings/init.py", line 148, in async_setup_entry
await smartapp_sync_subscriptions(
File "/config/custom_components/smartthings/smartapp.py", line 362, in smartapp_sync_subscriptions
for disabled_capability in disabled_capabilities:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Hi - thank you so much for your work on this. I am getting the following error while trying to start the integration (have tried beta version and release version). Any help you could provide would be great!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 313, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/config/custom_components/smartthings/init.py", line 148, in async_setup_entry
await smartapp_sync_subscriptions(
File "/config/custom_components/smartthings/smartapp.py", line 362, in smartapp_sync_subscriptions
for disabled_capability in disabled_capabilities:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: