Integration doesn't work after updating to newest version.
See original GitHub issueDescribe the bug A clear and concise description of what the bug is.
Integration doesn’t work after updating to newest version.
Latest working release If the problem started after updating to a new release, please state latest working release.
Debug logs If applicable, add debug logs. See README on how to enable debug logs with response debugging.
`This error originated from a custom integration.
Logger: homeassistant.config_entries Source: custom_components/skodaconnect/init.py:197 Integration: Skoda Connect (documentation, issues) First occurred: 13:57:48 (1 occurrences) Last logged: 13:57:48
Error setting up entry TMBLE7NS1M8025188 for skodaconnect Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 293, in async_setup result = await component.async_setup_entry(hass, self) # type: ignore File “/config/custom_components/skodaconnect/init.py”, line 197, in async_setup_entry options={**entry.options, **update[CONF_RESOURCES]} TypeError: ‘list’ object is not a mapping `
Installation:
- Home Assistant variant: [e.g. Hass OS, Docker, Core, Supervised]
- Python version [e.g. 3.7, 3.8]
- Python library versions [“python3 -m pip list”]
Home Assistant OS 6.2 Supervisor Version supervisor-2021.06.8 Core Version core-2021.8.8
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top GitHub Comments
It seems to be an issue in how and where I have chosen to store integration settings (in ‘data’ or in ‘options’) and recent release does not work correctly in migrating data entrys. I’m working on fixing this but it’s a pain since I need to remove and re-add and move between different releases to test.
Try removing the configuration under HA integrations (don’t uninstall) and re-add config.
Do you have any configuration left in you configuration.yaml?