Duplicate MQTT Entries in HASS.IO

I had to rebuild my Home Assistant due to an error on my part. When booting it up it auto detected the Tasmota Sonoff devices I had, I also put them in my configuration.yaml and now I have 2 versions of each Sonoff device. Any way to remove the auto detected ones and just use the ones listed in my configuration.yaml? It might get confusing if I use the auto detected ones.

Sorry new to Home Assistant, switching from a Wink device.

Sean

You don’t need to set them up in configuration.yaml if they are auto detected.

Nick

Makes sense but I would like to add them so wondering where the auto discovery ones are stored

Do you have mqtt discovery enabled in your config?

mqtt:
  discovery: true
  discovery_prefix: homeassistant

If so, then remove the discovery entries from configuration.yaml.

It looks like you are correct, I must have setup discovery on my old configuration.yaml and imported that one. I will do a little clean up.