Node-red action node - unable to detect any device names

I upgraded HA and node-red recently, and also all my node-red palette.

This resulted in the ‘Call Service’ node being replaced with an ‘Action’ node

Since then, when I try to target a device, the autocomplete list seems unable to find any devices at all (although it can find entities).

I also had a few nodes where the device name had been replaced with some sort of sha identifier, instead of the device name.

Any ideas what is causing this? Im a bit stumped

The websocket node which connects to HA is up to date, and seems to be configured ok

screenshot

Did you restart the HA core and the Node Red addon after palette update?

yes, nodered and then the whole server, but no dice

EDIT: Ok I think I understand it now.
Its filtering the device list based on the ‘action’ I selected, but since the action is ‘scene.turn_on’, there are no devices - only entities (ie, scene entities)

I dont recall it filtering the device list like this before the update, but maybe Im wrong