This is how I am handling a binary call/not call sensor in node red.
[{"id":"72999742.1e366","type":"server-state-changed","z":"c4d6bab.33e1a48","name":"Teams Status","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"sensor.teams_status","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":290,"y":2280,"wires":[["3af2b85d.be56f"]]},{"id":"3af2b85d.be56f","type":"switch","z":"c4d6bab.33e1a48","name":"Last one is avail","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"In a call","vt":"str"},{"t":"eq","v":"In a meeting","vt":"str"},{"t":"eq","v":"Do not disturb","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":4,"x":500,"y":2280,"wires":[["513d746.8a68f0c"],["513d746.8a68f0c"],["513d746.8a68f0c"],["997590da.1841b8"]]},{"id":"513d746.8a68f0c","type":"change","z":"c4d6bab.33e1a48","name":"icon phone","rules":[{"t":"set","p":"data.attributes.icon","pt":"msg","to":"mdi:phone","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"on","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":730,"y":2260,"wires":[["bb241344.fbae88"]]},{"id":"bb241344.fbae88","type":"ha-entity","z":"c4d6bab.33e1a48","name":"On A Call","server":"a7f65844.c2f878","version":1,"debugenabled":false,"outputs":1,"entityType":"binary_sensor","config":[{"property":"name","value":"On A Call"},{"property":"device_class","value":""},{"property":"icon","value":""},{"property":"unit_of_measurement","value":""}],"state":"payload","stateType":"msg","attributes":[{"property":"icon","value":"data.attributes.icon","valueType":"msg"}],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":960,"y":2280,"wires":[[]]},{"id":"997590da.1841b8","type":"change","z":"c4d6bab.33e1a48","name":"icon phone-hangup","rules":[{"t":"set","p":"data.attributes.icon","pt":"msg","to":"mdi:phone-hangup","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"off","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":750,"y":2300,"wires":[["bb241344.fbae88"]]}]