The config entry configuration.yaml probably comes from a custom integration, please remove it if you want to use core Shelly integration

Hi there,

Today I have updated HA. Everything went ok but I keep getting this message in the logs:

2021-07-07 22:17:35 WARNING (MainThread) [homeassistant.components.shelly] The config entry configuration.yaml probably comes from a custom integration, please remove it if you want to use core Shelly integration

So I removed the shelly directory under custom_components and removed the shelly: settings in configuration.yaml. Restarted the core but the message keeps coming back.

Any idea’s what’s next to check?

Hi,
For those like me which find this post from Google, I find a “solution” : you have to delete the entry

            {
                "entry_id": "[entry_id]",
                "version": 1,
                "domain": "shelly",
                "title": "configuration.yaml",
                "data": {},
                "options": {},
                "pref_disable_new_entities": false,
                "pref_disable_polling": false,
                "source": "import",
                "unique_id": null,
                "disabled_by": null
            },

from file \config\.storage\core.config_entries

Restart home assistant and the error has disapeared :slight_smile:

Maybe a bug somewhere, I think this entry should be deleted when we remove it from configuration.yaml

2 Likes