Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'NoneType' object is not iterable #11

Closed
mshibla1 opened this issue Jan 13, 2022 · 3 comments
Closed

TypeError: 'NoneType' object is not iterable #11

mshibla1 opened this issue Jan 13, 2022 · 3 comments

Comments

@mshibla1
Copy link

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

@veista
Copy link
Owner

veista commented Jan 13, 2022

Please try the latest pre-release.

@mshibla1
Copy link
Author

That did the trick. Thank you so much! I very much appreciate what you have created here.

@veista
Copy link
Owner

veista commented Jan 13, 2022

Great, You are most welcome. Please give the repo a star if you like it.

@veista veista closed this as completed Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants