There are several posts in the forum regarding how to solve issues with deleting entities.
If you do not have this entity in any HA entity configuration node, and you do not have it in any of the old HA entity nodes, and you do not have any HA API nodes set up to create this entity, then it should be orphaned and will eventually show up as such.
The usual statements of rebooting HA etc apply, as does clearing the browser cache, especially for Chrome.
Iâm also not getting entities or devices to appear in my HA, and seem to be running the latest installations of everything (but also getting the banner about the version).
The integration (I donât know why it called itself ânameâ):
Running the flow to return the component version shows A WebSocket request requires a 'type' property in the data object. in the debug console.
Node-Red is running as an addon, config secret is set, nothing obviously wrong in the logs:
Add-on: Node-RED
Flow-based programming for the Internet of Things
-----------------------------------------------------------
Add-on version: 14.1.5
You are running the latest version of this add-on.
System: Home Assistant OS 10.1 (amd64 / qemux86-64)
Home Assistant Core: 2023.5.2
I get many repetitions of this in the Node Red logs:
10 May 23:09:12 - [info] [server:Home Assistant] Connecting to http://supervisor/core
10 May 23:09:12 - [info] [server:Home Assistant] Connected to http://supervisor/core
10 May 23:09:13 - [info] [server:Home Assistant] Connection closed to http://supervisor/core
10 May 23:09:13 - [info] [server:Home Assistant] Connection closed to http://supervisor/core
10 May 23:09:13 - [info] [server:Home Assistant] Connecting to http://supervisor/core
10 May 23:09:13 - [info] [server:Home Assistant] Connected to http://supervisor/core
Progress (in terms of eliminating root causes anyway) â installing a separate node red instance on another server and connecting via HTTP worked immediately.
This led me to using the HTTP connection (ie manual setup vs âI am using the addonâ) and that works for me.