We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When removing the integration, you will receive an error.
2020-06-16 13:22:01 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry xxxxxx for tahoma Traceback (most recent call last): File "/Users/mick/Projects/personal-projects/home-assistant-core/homeassistant/config_entries.py", line 304, in async_unload hass, self File "/Users/mick/.homeassistant/custom_components/tahoma/__init__.py", line 120, in async_unload_entry hass.data[DOMAIN][entry.entry_id].pop(entry.entry_id) KeyError: '4fd1ccd7a750457aa8bbe8260a60bc5f'
To Reproduce Steps to reproduce the behavior:
Expected behavior Removed without any error
The text was updated successfully, but these errors were encountered:
Merge pull request #62 from iMicknl/fix_unload_integration
6fd2704
Fix #61
Successfully merging a pull request may close this issue.
Describe the bug
When removing the integration, you will receive an error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Removed without any error
The text was updated successfully, but these errors were encountered: