Thanks for your reply. I was able to solve the problem in the meantime and it was exactly what you described. I downloaded the MQTT diagnostic information and found
},
"device": {
"id": "9daxxxxxxxxx",
"name": "Amcrest AD110",
"name_by_user": null,
"disabled": false,
"disabled_by": null,
"entities": [
{
"device_class": null,
"disabled_by": "integration",
"disabled": true,
"entity_category": "diagnostic",
"entity_id": "sensor.ad110_version",
"icon": null,
"original_device_class": null,
"original_icon": "mdi:package-up",
"state": null,
"unit_of_measurement": null
},
{
"device_class": null,
"disabled_by": "integration",
"disabled": true,
"entity_category": "diagnostic",
"entity_id": "sensor.ad110_serial_number",
"icon": null,
"original_device_class": null,
"original_icon": "mdi:alphabetical-variant",
"state": null,
"unit_of_measurement": null
},
{
"device_class": null,
"disabled_by": "integration",
"disabled": true,
"entity_category": "diagnostic",
"entity_id": "sensor.ad110_host",
"icon": null,
"original_device_class": null,
"original_icon": "mdi:ip-network",
"state": null,
"unit_of_measurement": null
}
]
There are three hidden sensor entities
and HA says “The entity does not exist.”
But these entries were still in the MQTT database. So these three entities were reloaded after a HA reboot. I deleted them from the MQTT database and the “spook” was over.