fwestenberg / reolink_dev

Home Assistant Reolink addon
MIT License
553 stars 101 forks source link

Unexpected exception #513

Open P-Stenbumling opened 2 years ago

P-Stenbumling commented 2 years ago

Removed my camera from the integration, reinstalled the integration complaining about some entity already configured when i try to add it again, but i cannot find it anywhere.

This error originated from a custom integration.

Logger: custom_components.reolink_dev.config_flow Source: config_entries.py:1262 Integration: reolink_dev (documentation, issues) First occurred: 11:48:36 (1 occurrences) Last logged: 11:48:36

Unexpected exception Traceback (most recent call last): File "/config/custom_components/reolink_dev/config_flow.py", line 79, in async_step_user self._abort_if_unique_id_configured() File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1262, in _abort_if_unique_id_configured raise data_entry_flow.AbortFlow("already_configured") homeassistant.data_entry_flow.AbortFlow: Flow aborted: already_configured