Add UniFi to group presence?

I currently have a presence setup to make sure if anyone in my home is there.

device_tracker:
  - platform: ping
    interval_seconds: 30
    consider_home: 1200
    hosts:
      john_iphone: 192.168.0.200
      sue_iphone: 192.168.0.201

I have added UniFi Controller and it’s parameters thru the Integration option. Devices are showing up under Configuration > Devices.

How would I add these existing UniFi devices to the above?

Thanks.

JR