Node Red Entities not showing up

Hi guys trying to setup either an automation or a Node Red flow but having issues, Firstly this is about basic presence detection using Bluetooth and for my current needs this will work perfectly, literally it will determine if the 2 phones are in the house or not.

I have the following :

Entity ID: switch.alarm_setting_switch (Alarm Setting Switch)

Entity ID: device_tracker.honor_view20 (Wifes Phone)

Entity ID: device_tracker.huawei_p30 (My Phone)

Config.yaml contains: group: !include groups.yaml

I have a group in groups.yaml with the following:

group:

name: Presence Detection

entities:

  • device_tracker.huawei_p30

  • device_tracker.honor_view20

I have the Groups Entity ID

Entity ID: group.group (see image below)

When using NR I cannot find switch.alarm_setting_switch when looking for Entity IDs lieterally when

group.group changes from Home to Away I want to switch switch.alarm_setting_switch

but it just wont play ball

switch.alarm_setting_switch is an ESPHome relay that does change state
I cannot attach a flow as the switch.alarm doesnt show and th group.group doesnt show I tried a reboot, several times too
Cheers!
137241693_10224769160639778_5074492160573164511_n|442x48

I have similar issue with entities from Abode sensors not showing in Node Red although they are in the Config Entities page and I use them in Lovelace.

Try to restart Node red in supervisor page. (HA reboot is not the same).