I think I’ll have to revert to manually editing the Home Assistant files. If you want to remove devices or entities but the GUI doesn’t let you, you can remove the entities from these files: ../config/.storage/core.device_registry ../config/.storage/core.entity_registry
This in my opinion is a massive barrier to participation. Im new to HA and node red and naturally experimenting with tons of different nodes, entities, integrations and devices.
My setup is getting messier by the second and having to edit a load of config files that i don’t really understand is not user friendly.
Its odd as the rest of the UI is generally pretty good, i hope easy management of the above can be implemented moving forward.
After you remove the node, if the entity still persists in HA. First go to the integration and select the nodered entities. Go to the configuration page → integrations → nodered → entities.
You will get a list of entities created by nodered, select the entity and delete.
P.S. If it still shows as enabled in the list, you haven’t deleted the node. Use the search in nodered to find the right node.
Did work for me. Just search for “config” in node red and youll get a list of config nodes, which also declares if a nodes is still in use (=entity from node-red companion still present in a flow). If not, just double click, delete- restart. done!!