Unexpected device found at...?

This error keeps popping up. How can I clear it?

Logger: homeassistant.components.esphome.manager
Source: components/esphome/manager.py:419
Integration: ESPHome (documentation, issues)
First occurred: 06:54:48 (1 occurrences)
Last logged: 06:54:48

Unexpected device found at <IP ADR>; expected `esp8266-xy-md02` with mac address `<MAC1>`, found `esp01-ds18b20` with mac address `<MAC2>`

The esp01-ds18b20 (& its IP/MAC2) are correct and can be “seen” in HomeAssistant (via logs, ota & sensor output). The esp8266-xy-md02 is/was a completely separate device that does not exist any longer (except in the “eyes” of the esphome manager :grinning:).
I have tried removing/re-discovering - with no success. But I would like to clean-up my log output if at all possible.
Regards, Martin

Thanks for posting,
I have the same problem.
Did you find a solution?

It seems that ESP Home stores a list of IP addresses with the device MAC address. But if you reset your DHCP server or the device gets a different address, the message is popping up.