I had this issue when I dismissed the auto discovered devices and try to re-set it up again. It shows “aborted - gateway already configured” and nothing shows up in devices/integrations.
Fortunately I managed to solve the issue. Here’s the instructions and hopefully it can save you some time:
- go to a directory named “.storage” under the home assistant config directory
- edit “core.config_entries” file
- locate two entries that look like [1] and delete them from the list. Please ensure the structure of file to be valid json format while tampering it.
- restart home assistant
- the device should be re-discovered and can be added normally again.
[1]:
{
"connection_class": "local_poll",
"data": {
"host": "<masked>"
},
"domain": "xiaomi_miio",
"entry_id": "<masked>",
"options": {},
"source": "ignore",
"system_options": {
"disable_new_entities": false
},
"title": "Ignored",
"unique_id": "<masked>",
"version": 1
},
{
"connection_class": "local_push",
"data": {
"host": "192.168.1.187"
},
"domain": "xiaomi_aqara",
"entry_id": "<masked>",
"options": {},
"source": "ignore",
"system_options": {
"disable_new_entities": false
},
"title": "Ignored",
"unique_id": "<masked>",
"version": 1
}