hassio-addons/addon-node-red

The issue has been closed
Populate entities has %%ID%% in get request #761
squeakus posted onGitHub
Continuation of #755
Clean install of hassio and nodered add on through supervisor UI. The HA palette that should be automatically configured is not working,
When I open a HA node it tries to populate the services and entitities with the following request:
[17/Nov/2020:08:42:55 +0000] 400 -(192.168.1.197) GET /homeassistant/%%ID%%/entities HTTP/1.1 (-) [17/Nov/2020:08:42:55 +0000] 400 -(192.168.1.197) GET /homeassistant/%%ID%%/services HTTP/1.1 (-)
everywhere else online the request goes to /homeassistant/entities
Shouldn't %%ID%%/ be populated with something? or is this get request correctly formed?
tried adding https://github.com/zachowj/hass-node-red but it didn't make a difference.