I have a number of MQTT devices that were originally setup without a unique ID so they are not editable in the GUI. Many have since been retired or renamed and I’m getting a flurry of error logs pertaining to entities that do not exist. I found three topics on this in the forums and all remain unanswered so if anyone has a trick, that would be appreciated.
This was renamed from Battery FKB Tablet to FKB Tablet Battery Level and as you’ll see below, I now have two entities. I cannot edit or delete the top one which is no longer valid.
Hi, I realise that you have already found a solution but I thought I would mention I have used MQTT Explorer in the past to delete topics on the MQTT Broker in situations where old entities could not be deleted in HA.
I can’t find a way to remove mqtt selects that were once defined manually via the yaml configurations, but are later deleted or renamed. They are shown in the GUI, exist too, but without connection to mqtt.
And there is no way to delete them via the GUI (or however). In the list of entities they are shown as “read only”, so you can’t select them and you can’t delete them.
I have also deleted the topics from the MQTT broker via the MQTT Explorer. But all this does not help.
This unfortunately clutters up the entities for me, especially when they might just be renamed. And it makes it difficult to keep track of them.
If I do a full text search in the config directory, then some are found in a markdown map used for debug.
it was my fault. I renamed a file containing the definitions into xxx.yaml_ to disable the content, but somehow it was renamed into xxx.yaml_.yml and therefore it was not disabled.