Entity dropdown showing incorrect value

Hi all,
I’ve got a weird problem with NR that I can’t figure out how to resolve nor find any trace of anyone else encountering it through searching.

I can select the entity that I need for the node and the autocomplete shows everything from HA, as it should.


image

Hit the Done button and Deploy and the automation will work as planned (well, unless I’ve messed something up).
image
image

If I then go back in to edit the node it’s showing the first entity from all of those available.
image
:confused:

Select the same entity from the dropdown again and hit Done, the Deploy button remains shaded - so, I’m guessing that there’s been no change to that node.
image

But, if I edit another parameter of the node, miss that the wrong entity is shown in the dropdown and hit Done and Deploy then it messes up my flow as it’s now using the wrong entity.
image

HA 2022.10.4
Supervisor 2022.10.0
Operating System 9.2
Frontend 20221010.0 - latest

NR add-on 13.4.0

NR Companion Integration 1.1.2

Nothing funky in the logs that stands out for me:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/00-banner.sh
-----------------------------------------------------------
 Add-on: Node-RED
 Flow-based programming for the Internet of Things
-----------------------------------------------------------
 Add-on version: 13.4.0
 You are running the latest version of this add-on.
 System: Home Assistant OS 9.2  (aarch64 / raspberrypi4-64)
 Home Assistant Core: 2022.10.4
 Home Assistant Supervisor: 2022.10.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
cont-init: info: /etc/cont-init.d/00-banner.sh exited 0
cont-init: info: running /etc/cont-init.d/01-log-level.sh
cont-init: info: /etc/cont-init.d/01-log-level.sh exited 0
cont-init: info: running /etc/cont-init.d/customizations.sh
cont-init: info: /etc/cont-init.d/customizations.sh exited 0
cont-init: info: running /etc/cont-init.d/nginx.sh
cont-init: info: /etc/cont-init.d/nginx.sh exited 0
cont-init: info: running /etc/cont-init.d/node-red.sh
patching file nodes/ui_base.html
Hunk #1 succeeded at 1164 (offset 633 lines).
up to date, audited 132 packages in 3s
25 packages are looking for funding
  run `npm fund` for details
found 0 vulnerabilities
cont-init: info: /etc/cont-init.d/node-red.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun nginx (no readiness notification)
services-up: info: copying legacy longrun nodered (no readiness notification)
s6-rc: info: service legacy-services successfully started
[11:40:26] INFO: Starting Node-RED...
> start
> node $NODE_OPTIONS node_modules/node-red/red.js "--settings" "/etc/node-red/config.js"
15 Oct 11:40:31 - [info] 
Welcome to Node-RED
===================
15 Oct 11:40:31 - [info] Node-RED version: v3.0.2
15 Oct 11:40:31 - [info] Node.js  version: v16.16.0
15 Oct 11:40:31 - [info] Linux 5.15.61-v8 arm64 LE
15 Oct 11:40:33 - [info] Loading palette nodes
15 Oct 11:40:41 - [info] Dashboard version 3.2.0 started at /endpoint/ui
15 Oct 11:40:42 - [info] Settings file  : /etc/node-red/config.js
15 Oct 11:40:42 - [info] Context store  : 'default' [module=memory]
15 Oct 11:40:42 - [info] User directory : /config/node-red/
15 Oct 11:40:42 - [warn] Projects disabled : editorTheme.projects.enabled=false
15 Oct 11:40:42 - [info] Flows file     : /config/node-red/flows.json
15 Oct 11:40:42 - [info] Server now running at http://127.0.0.1:46836/
15 Oct 11:40:42 - [info] Starting flows
[11:40:42] INFO: Starting NGinx...
15 Oct 11:40:42 - [info] Started flows
15 Oct 11:40:47 - [info] [server:Home Assistant] Connecting to http://supervisor/core
15 Oct 11:40:47 - [info] [server:Home Assistant] Connected to http://supervisor/core

I’m very much out of my depth now, so really appreciate any help or suggestions.

Thanks,

Sy