Presence and Motion Dectection configuration for ESPNOW

Can anyone help with a configuration for EPSNOW that works with LD24xx presence detectors so it turns a light on and off, on another device, I know it’s easier to use an Automation to achieve the same result, but I would like to use EPSNOW.

So with what part are you struggling?
Did you try with

I am having problems with the binary sensor ID since the LDLD2410 doesn’t have a option to set an ID, and packet transport requires an ID.

Can you show your YAML? Because this works fine:

uart:
  id: ld2410_uart
  baud_rate: 256000
  rx_pin: 14
  tx_pin: 15

ld2410:
  id: foobar
  uart_id: ld2410_uart

I don’t know what you mean with that… All esphome components have option for id. Docs give you example for binary sensor: